You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ar...@apache.org on 2016/06/07 06:33:47 UTC

[4/4] storm git commit: Added STORM-1878 to Changelog and sakanaou to Contributors

Added STORM-1878 to Changelog and sakanaou to Contributors


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

Branch: refs/heads/master
Commit: fa21c11b9a4be499d36d71810f677c1d2aa276fb
Parents: 5c4de20
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Tue Jun 7 11:59:21 2016 +0530
Committer: Arun Mahadevan <ai...@hortonworks.com>
Committed: Tue Jun 7 11:59:21 2016 +0530

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/fa21c11b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0111752..813de41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1878: Flux can now handle IStatefulBolts
  * STORM-1864: StormSubmitter should throw respective exceptions and log respective errors forregistered submitter hook invocation
  * STORM-1766: A better algorithm server rack selection for RAS
  * STORM-1859: Ack late tuples in windowed mode

http://git-wip-us.apache.org/repos/asf/storm/blob/fa21c11b/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 5c36a2e..b505ef7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -264,6 +264,7 @@ under the License.
 * Olivier Mallassi ([@omallassi](https://github.com/omallassi))
 * Bal�zs Kossovics ([@kosii](https://github.com/kosii))
 * csivaguru ([@csivaguru](https://github.com/csivaguru))
+* sakanaou ([@sakanaou](https://github.com/sakanaou))
 
 
 ## Acknowledgements