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 2014/04/09 20:29:43 UTC

[3/3] git commit: update CHANGELOG

update CHANGELOG


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

Branch: refs/heads/master
Commit: 89e2fbbdb187e7f8bdbd75a5710aa3c61ceb4632
Parents: 23f6670
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 9 14:15:17 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 9 14:15:17 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/89e2fbbd/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cd7e75..a7131e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * Fix a potential race condition with simulated time in Storm's unit tests
  * STORM-258: Update commons-io version to 2.4
  * STORM-270: don't package .clj files in release jars.
  * STORM-273: Error while running storm topologies on Windows using "storm jar"