Update README and CHANGELOG for STORM-672
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e790828b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e790828b Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e790828b Branch: refs/heads/master Commit: e790828bab00fb03f928682e818f763825eb6985 Parents: 503633c Author: Derek Dagit <[email protected]> Authored: Tue Feb 17 11:01:04 2015 -0600 Committer: Derek Dagit <[email protected]> Committed: Tue Feb 17 11:01:04 2015 -0600 ---------------------------------------------------------------------- CHANGELOG.md | 1 + README.markdown | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e790828b/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e4a03..3bcbf21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ * STORM-601: Make jira-github-join ignore case. * STORM-667: Incorrect capitalization "SHell" in Multilang-protocol.md * STORM-637: Integrate PartialKeyGrouping into storm API + * STORM-672: Typo in Trident documentation example ## 0.9.3-rc2 * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor http://git-wip-us.apache.org/repos/asf/storm/blob/e790828b/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index e363eb0..ad6be1e 100644 --- a/README.markdown +++ b/README.markdown @@ -188,6 +188,7 @@ under the License. * Gianmarco De Francisci Morales ([@gdfm](https://github.com/gdfm)) * zhangjinlong ([@BuDongDong](https://github.com/BuDongDong)) * Paul DelRe ([@pdelre](https://github.com/pdelre)) +* Zhihui Jiao ([@onlychoice](https://github.com/onlychoice)) ## Acknowledgements
