diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cffecb7..df61efda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [unreleased] ### Fixed - KafkaEventReceiver progress logger will actually log the process during normal application bootstrapping. +- Fix KafkaEventReceiver so `close` no longer causes a `ConcurrentModificationException` ## [1.4.2] 2023-09-21 ### No change