add STORM-1531 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/b89af960 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b89af960 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b89af960 Branch: refs/heads/master Commit: b89af960accfd37ed5aa7b1d095de5e3758a5df6 Parents: 140a1e5 Author: Aaron Dossett <[email protected]> Authored: Mon Feb 8 19:59:56 2016 -0600 Committer: Aaron Dossett <[email protected]> Committed: Mon Feb 8 19:59:56 2016 -0600 ---------------------------------------------------------------------- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/b89af960/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index b03ea50..77a1aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ * STORM-1524: Add Pluggable daemon metrics Reporters ## 1.0.0 - * STORM-1526 Improve Storm core performance + * STORM-1531: Junit and mockito dependencies need to have correct scope defined in storm-elasticsearch pom.xml + * STORM-1526: Improve Storm core performance * STORM-1517: Add peek api in trident stream * STORM-1455: kafka spout should not reset to the beginning of partition when offsetoutofrange exception occurs * STORM-1505: Add map, flatMap and filter functions in trident stream
