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

[3/3] storm git commit: add STORM-1517 to CHANGELOG.md

add STORM-1517 to CHANGELOG.md


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

Branch: refs/heads/1.x-branch
Commit: ef7581b19ff7fd94f8183d65c94830d49281d6fa
Parents: dba9367
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Feb 5 21:55:02 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Feb 5 21:55:02 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ef7581b1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df1ddb6..56529ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1517: Add peek api in trident stream
  * STORM-1455: kafka spout should not reset to the beginning of partition when offsetoutofrange exception occurs
  * STORM-1518: Backport of STORM-1504
  * STORM-1505: Add map, flatMap and filter functions in trident stream