You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/06/09 20:54:14 UTC

[33/35] storm git commit: add STORM-1884 to changelog

add STORM-1884 to changelog


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

Branch: refs/heads/1.x-branch
Commit: 760f10aefe46eb92ddd18f4c2de9f712b5eab5b9
Parents: 5cccb91
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu Jun 9 16:52:30 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu Jun 9 16:52:30 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/760f10ae/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33bdec2..c7b2226 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-1884: Prioritize pendingPrepare over pendingCommit
  * STORM-1575: fix TwitterSampleSpout NPE on close
  * STORM-1874: Update logger private permissions
  * STORM-1865: update command line client document