You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sa...@apache.org on 2016/12/02 06:28:59 UTC

[2/2] storm git commit: Added STORM-2226 to CHANGELOG.md

Added STORM-2226 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 80846773d9104fa565cf118d32b94796fc7507cf
Parents: 4cec3bd
Author: Satish Duggana <sd...@hortonworks.com>
Authored: Fri Dec 2 11:46:48 2016 +0530
Committer: Satish Duggana <sd...@hortonworks.com>
Committed: Fri Dec 2 11:46:48 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/80846773/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 439ce42..ee0b9c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2226: Fix kafka spout offset lag ui for kerberized kafka
  * STORM-1276: line for line translation of nimbus to java
  * STORM-2224: Exposed a method to override in computing the field from given tuple in FieldSelector
  * STORM-2220: Added config support for each bolt in Cassandra bolts, fixed the bolts to be used also as sinks.