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:17:38 UTC

[2/2] storm git commit: add STORM-966 to CHANGELOG.md

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

Branch: refs/heads/0.10.x-branch
Commit: 94b4458bc683db2ef431f824a7db628be4fc983b
Parents: f84bd01
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Aug 6 11:17:24 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Aug 6 11:17:24 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/94b4458b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edd66ea..9a92f99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,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