From 08624f377418c2bded40b4ab6b8708e27bdce134 Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Wed, 20 Dec 2023 18:15:16 +0100 Subject: [PATCH] fix double space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f1f28b..dbe46aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 2.6.12 (Unreleased) - [Enhancement] Provide ability to label message dispatches for increased observability. - [Enhancement] Provide ability to commit offset during the transaction with a consumer provided. -- [Change] Change transactional message purged error type from to `message.error` to `librdkafka.dispatch_error` to align with the non-transactional error type. +- [Change] Change transactional message purged error type from to `message.error` to `librdkafka.dispatch_error` to align with the non-transactional error type. - [Change] Remove usage of concurrent ruby. ## 2.6.11 (2023-10-25)