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 2016/01/05 20:40:56 UTC

[3/3] storm git commit: Add STORM-1426 to Changelog

Add STORM-1426 to Changelog


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

Branch: refs/heads/master
Commit: 97613ac77875033f82548fede9d938596686e149
Parents: 9c29450
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 5 13:30:22 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 5 13:30:22 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/97613ac7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9ba0af..c0872ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1426: keep backtype.storm.tuple.AddressedTuple and delete duplicated backtype.storm.messaging.AddressedTuple
  * STORM-1417: fixed equals/hashCode contract in CoordType
  * STORM-1422: broken example in storm-starter tutorial
  * STORM-1429: LocalizerTest fix