You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ar...@apache.org on 2016/12/30 08:44:52 UTC

[12/12] storm git commit: Added STORM-1886 STORM-2022 STORM-2020 STORM-1228 to CHANGELOG

Added STORM-1886 STORM-2022 STORM-2020 STORM-1228 to CHANGELOG


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/459c1571
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/459c1571
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/459c1571

Branch: refs/heads/1.x-branch
Commit: 459c157153bae013a4483fc33dfacf980d358e39
Parents: 8bf8fbf
Author: Arun Mahadevan <ar...@apache.org>
Authored: Fri Dec 30 13:14:15 2016 +0530
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Fri Dec 30 13:14:15 2016 +0530

----------------------------------------------------------------------
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/459c1571/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 657e8f0..2e71bf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
 ## 1.1.0
+ * STORM-1886: Extend KeyValueState iface with delete
+ * STORM-2022: update Fields test to match new behavior
+ * STORM-2020: Stop using sun internal classes
+ * STORM-1228: port fields_test to java
  * STORM-2104: New Kafka spout crashes if partitions are reassigned while tuples are in-flight
  * STORM-2257: Add built in support for sum function with different types.
  * STORM-2082: add sql external module storm-sql-hdfs