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 2015/12/21 20:31:23 UTC

[3/3] storm git commit: add STORM-1399 to changelog

add STORM-1399 to changelog


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

Branch: refs/heads/master
Commit: a998c4e9de89e7fa8f893a29e7c84e96f3c93d56
Parents: e2debcc
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Dec 21 14:31:11 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Dec 21 14:31:11 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a998c4e9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a084de7..235bfb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
 ## 0.11.0
+ * STORM-1399: Blobstore tests should write data to `target` so it gets removed when running `mvn clean`
+ * STORM-1398: Add back in TopologyDetails.getTopology
  * STORM-898: Add priorities and per user resource guarantees to Resource Aware Scheduler
  * STORM-1187: Support windowing based on tuple ts.
  * STORM-1400: Netty Context removeClient() called after term() causes NullPointerException.