You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/01/20 23:06:30 UTC

[17/18] storm git commit: add STORM-1406 to changelog

add STORM-1406 to changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/00c8658f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/00c8658f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/00c8658f

Branch: refs/heads/1.x-branch
Commit: 00c8658f1d5c70e2886d8f605e2d06d9086d898f
Parents: 10cad48
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Jan 20 17:04:06 2016 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Jan 20 17:04:06 2016 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/00c8658f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df24acf..64821be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1406: Add MQTT Support
  * STORM-1466: Move the org.apache.thrift7 namespace to something correct/sensible
  * STORM-1470: Applies shading to hadoop-auth, cleaner exclusions
  * STORM-1467: Switch apache-rat plugin off by default, but enable for Travis-CI