From 0265f8cf13dfa49619a8e53b15aff358fe825e0f Mon Sep 17 00:00:00 2001 From: Jonathan Halterman Date: Sat, 30 Sep 2023 14:43:24 -0700 Subject: [PATCH] Update changelog for release --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1d5627f..14240db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.5.11 + +* Fixed #10, #30 - ConcurrentModificationException while iterating on entries + # 0.5.10 * Fixed #54 - Async expiration listeners do not work if the map is not built with them.