add STORM-1750 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/52875c24 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/52875c24 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/52875c24 Branch: refs/heads/1.0.x-branch Commit: 52875c24cacb273f5111836d6220a9abb89dba34 Parents: 81bbbcd Author: Jungtaek Lim <[email protected]> Authored: Mon May 16 17:22:21 2016 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Mon May 16 17:22:21 2016 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/52875c24/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e10f9..d099cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 1.0.2 + * 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 * STORM-1678: abstract batch processing to common api `BatchHelper`
