add STORM-2003 to CHANGELOG
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dcf1ee30 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dcf1ee30 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dcf1ee30 Branch: refs/heads/1.x-branch Commit: dcf1ee30824307af743e53104f4b7259feecb317 Parents: f851dde Author: Jungtaek Lim <kabh...@gmail.com> Authored: Fri Sep 23 10:20:29 2016 +0900 Committer: Jungtaek Lim <kabh...@gmail.com> Committed: Fri Sep 23 10:20:29 2016 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/dcf1ee30/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 300297e..e0480d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ * STORM-1720: Support GEO in storm-redis ## 1.0.3 + * STORM-2003: Make sure config contains TOPIC before get it * STORM-1567: in defaults.yaml 'topology.disable.loadaware' should be 'topology.disable.loadaware.messaging' * STORM-1987: Fix TridentKafkaWordCount arg handling in distributed mode. * STORM-1969: Modify HiveTopology to show usage of non-partition table.