From e08d276c4430b45e7afeb259bc62f8d53243cdae Mon Sep 17 00:00:00 2001 From: Travis Bischel Date: Tue, 6 Feb 2024 18:02:27 -0700 Subject: [PATCH] CHANGELOG: note further patch commit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16e2063..a19d22d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ For the bug: if you tried using CommitOffsetsSync during a group rebalance, and you canceled your context while the group was still rebalancing, then CommitOffsetsSync would enter a deadlock and never return. That has been fixed. -- [`cd65d77`](https://github.com/twmb/franz-go/commit/cd65d77) kgo: fix bug +- [`cd65d77`](https://github.com/twmb/franz-go/commit/cd65d77) and [`99d6dfb`](https://github.com/twmb/franz-go/commit/99d6dfb) kgo: fix bug - [`d40ac19`](https://github.com/twmb/franz-go/commit/d40ac19) kgo: un-deprecate SaramaHasher and add docs explaining why v1.16.0