add STORM-1756 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/f9780140 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f9780140 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f9780140 Branch: refs/heads/1.x-branch Commit: f9780140f5620d824a03f8f26b3fe693f23229b4 Parents: 619acfd Author: Jungtaek Lim <[email protected]> Authored: Mon May 16 18:01:40 2016 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Mon May 16 18:01:40 2016 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/f9780140/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abb082..cb78438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * STORM-1720: Support GEO in storm-redis ## 1.0.2 + * STORM-1756: Explicitly null KafkaServer reference in KafkaTestBroker to prevent out of memory on large test classes. * STORM-1750: Ensure worker dies when report-error-and-die is called. * STORM-1715: using Jedis Protocol.DEFAULT_HOST to replace DEFAULT_HOST * STORM-1713: Replace NotImplementedException with UnsupportedOperationException
