From f95d26077177fa957fde36a7c86266ab0b89ba11 Mon Sep 17 00:00:00 2001 From: tulios Date: Mon, 13 May 2019 09:15:02 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7be48a19..3ba00a78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Add partition-aware concurrent mode for `eachMessage` #332 - Add `JavaCompatiblePartitioner` #358 - - Add `consumer.subscribe({ topic: RegEx })` #346 - - Update protocol produce to latest of Kafka 1 #343 #347 #348 + - Add `consumer.subscribe({ topic: RegExp })` #346 + - Update supported protocols to latest of Kafka 1 #343 #347 #348 ### Changed - Add documentation link to `REBALANCE_IN_PROGRESS` error #341