From ad7f1f7b806ca841468547d8130fb74c78792741 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 13 Aug 2015 15:23:47 -0400 Subject: [PATCH] Add #300 to changelog for 1.5 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1a14c3d..5bea6bc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Improvements: ([#485](https://github.com/Shopify/sarama/pull/485)). - Formatting of error strings has been much improved ([#495](https://github.com/Shopify/sarama/pull/495)). + - Internal refactoring of the producer for code cleanliness and to enable + future work ([#300](https://github.com/Shopify/sarama/pull/300)). Bug Fixes: - Fix a potential deadlock in the consumer on shutdown