You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/05/28 22:20:33 UTC

[2/2] storm git commit: Added STORM-728 to Changelog

Added STORM-728 to Changelog


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

Branch: refs/heads/0.10.x-branch
Commit: f0281ec8a80eb615d10901a4f6cfa7a74fd4e5ab
Parents: 743737c
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu May 28 15:18:23 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu May 28 15:18:23 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f0281ec8/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e03dc8e..36c357e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-728: Put emitted and transferred stats under correct columns
  * STORM-752: [storm-redis] Clarify Redis*StateUpdater's expire is optional
  * STORM-786: KafkaBolt should ack tick tuples
  * STORM-512: KafkaBolt doesn't handle ticks properly