add STORM-1025 to CHANGELOG.md * also add Aaron Coburn to contributor list
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/371ff01b Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/371ff01b Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/371ff01b Branch: refs/heads/master Commit: 371ff01b66089e2189f59e36439d8c4863f7858a Parents: 860a2ba Author: Jungtaek Lim <[email protected]> Authored: Sat Sep 5 22:14:46 2015 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Sat Sep 5 22:14:46 2015 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 1 + README.markdown | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/371ff01b/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f7036..ab57990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 0.11.0 + * STORM-1025: Invalid links at https://storm.apache.org/about/multi-language.html * STORM-1010: Each KafkaBolt could have a specified properties. * STORM-1008: Isolate the code for metric collection and retrieval from DisruptorQueue * STORM-991: General cleanup of the generics (storm.trident.spout package) http://git-wip-us.apache.org/repos/asf/storm/blob/371ff01b/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index 591a6c7..d831b79 100644 --- a/README.markdown +++ b/README.markdown @@ -224,6 +224,7 @@ under the License. * Frantz Mazoyer ([@fmazoyer](https://github.com/fmazoyer)) * Dean de Bree ([@ddebree](https://github.com/ddebree)) * Renkai Ge ([@Renkai](https://github.com/Renkai)) +* Aaron Coburn ([@acoburn](https://github.com/acoburn)) ## Acknowledgements
