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 2015/11/21 00:10:56 UTC

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

Added STORM-1221 to CHANGELOG.


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

Branch: refs/heads/master
Commit: a8d253a9b725b8fb3181efbfcac78d06e186bea9
Parents: ee867bd
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Fri Nov 20 15:01:10 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Fri Nov 20 15:01:10 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a8d253a9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cd2419..a8beeb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1221: Create a common interface for all Trident spout.
  * STORM-1198: Web UI to show resource usages and Total Resources on all supervisors
  * STORM-1167: Add windowing support for storm core.
  * STORM-1215: Use Async Loggers to avoid locking  and logging overhead