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:48:15 UTC

git commit: add JIRA # to changelog entry

Repository: incubator-storm
Updated Branches:
  refs/heads/master 89e2fbbdb -> 6f0f30c5f


add JIRA # to changelog entry


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

Branch: refs/heads/master
Commit: 6f0f30c5f7147c65c534b5161804626d94596b5e
Parents: 89e2fbb
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 9 14:48:08 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 9 14:48:08 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/6f0f30c5/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7131e0..1e925c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
 ## 0.9.2-incubating (unreleased)
- * Fix a potential race condition with simulated time in Storm's unit tests
+ * STORM-260: 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"