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 2017/07/21 20:38:44 UTC

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

Added STORM-2645 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: 865625eadbfc8687fca6edbae72992eb5d7b0f0e
Parents: 1aa8920
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Fri Jul 21 15:38:23 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Fri Jul 21 15:38:23 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/865625ea/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c858f02..8d9589c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
  * STORM-2482: Refactor the Storm auto credential plugins to be more usable
 
 ## 1.1.1
+ * STORM-2645: Update storm.py to be python3 compatible
  * STORM-2621: add tuple_population metric
  * STORM-2639: Kafka Spout incorrectly computes numCommittedOffsets due to voids in the topic (topic compaction)
  * STORM-2544: Fixing issue in acking of tuples that hit retry limit under manual commit mode