Added STORM-1075 to CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/dae377ce Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/dae377ce Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/dae377ce Branch: refs/heads/master Commit: dae377ce038db0d565ea4f191576f99a78bae623 Parents: 5d22270 Author: Sriharsha Chintalapani <[email protected]> Authored: Mon Nov 30 22:49:09 2015 -0800 Committer: Sriharsha Chintalapani <[email protected]> Committed: Mon Nov 30 22:49:09 2015 -0800 ---------------------------------------------------------------------- CHANGELOG.md | 1 + external/storm-cassandra/README.md | 4 ++++ 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/dae377ce/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb137b..9f9d920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 0.11.0 + * STORM-1075: Storm Cassandra connector. * STORM-1341: Let topology have own heartbeat timeout for multilang subprocess * STORM-1207: Added flux support for IWindowedBolt * STORM-1352: Trident should support writing to multiple Kafka clusters. http://git-wip-us.apache.org/repos/asf/storm/blob/dae377ce/external/storm-cassandra/README.md ---------------------------------------------------------------------- diff --git a/external/storm-cassandra/README.md b/external/storm-cassandra/README.md index 5337b29..fb77425 100644 --- a/external/storm-cassandra/README.md +++ b/external/storm-cassandra/README.md @@ -196,3 +196,7 @@ software distributed under the License is distributed on an KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +## Committer Sponsors + * Sriharha Chintalapani ([[email protected]](mailto:[email protected])) + * P. Taylor Goetz ([[email protected]](mailto:[email protected]))
