Browse Source

Update changelog

Evan Huus 10 years ago
parent
commit
8ecc714f71
1 changed files with 12 additions and 0 deletions
  1. 12 0
      CHANGELOG.md

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # Changelog
 
+#### Unreleased
+
+Improvements:
+ - The producer's behaviour when `Flush.Frequency` is set is now more intuitive
+   ([#389](https://github.com/Shopify/sarama/pull/389)).
+ - The consumer produces much more useful logging output when leadership
+   changes ([#385](https://github.com/Shopify/sarama/pull/385)).
+
+Bug Fixes:
+ - The OffsetCommitRequest message now correctly implements both possible
+   API versions ([#390](https://github.com/Shopify/sarama/pull/390)).
+
 #### Version 1.1.0 (2015-03-20)
 
 Improvements: