From 68beb72dad7e7fce710fcff49995795fa0e3da6e Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Fri, 1 May 2015 11:27:42 -0400 Subject: [PATCH] Mention HighWaterMarkOffset method in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee12ea921..bcf161f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ New Features: instantiating a full client ([#431](https://github.com/Shopify/sarama/pull/431)). - The partition-consumer now exposes the high water mark offset value returned - by the broker ([#339](https://github.com/Shopify/sarama/pull/339)). + by the broker via the `HighWaterMarkOffset()` method ([#339](https://github.com/Shopify/sarama/pull/339)). - Added a `kafka-console-consumer` tool capable of handling multiple partitions, and deprecated the now-obsolete `kafka-console-partitionConsumer` ([#439](https://github.com/Shopify/sarama/pull/439),