You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2017/05/13 05:13:58 UTC

[3/3] storm git commit: Added STORM-2505 to CHANGELOG.

Added STORM-2505 to CHANGELOG.


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

Branch: refs/heads/1.x-branch
Commit: 979153be8ae09ecdc368d10a5aa01db7685ef02c
Parents: 958f53f
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Fri May 12 22:04:18 2017 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Fri May 12 22:04:18 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/979153be/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d9e053..daf20a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.1
+ * STORM-2505: Spout to support topic compaction
  * STORM-2498: Fix Download Full File link
  * STORM-2191: shorten classpaths by using wildcards
  * STORM-2482: Refactor the Storm auto credential plugins to be more usable