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 2015/08/06 04:13:37 UTC

storm git commit: add STORM-966 to CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master 124e8468a -> ac14de3ea


add STORM-966 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/ac14de3e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ac14de3e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ac14de3e

Branch: refs/heads/master
Commit: ac14de3ea7cce09719d3ccdf3c4f6b79c8063e54
Parents: 124e846
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Aug 6 11:13:20 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Aug 6 11:13:20 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ac14de3e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2f6ec3..19e3cd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@
  * STORM-793: Made change to logviewer.clj in order to remove the invalid http 500 response
  * STORM-139: hashCode does not work for byte[]
  * STORM-860: UI: while topology is transitioned to killed, "Activate" button is enabled but not functioning
+ * STORM-966: ConfigValidation.DoubleValidator doesn't really validate whether the type of the object is a double
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies