From 051ad3b79b1942a3f00845304c14e173a3745425 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 21 Jun 2023 17:45:44 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f9b9675..622b9de7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ Fixed - Unable to find session error arise if Tomcat session was deleted or expi Fixed - `MasterSlaveEntry.getClient()` method may throw NPE Fixed - initialize Decoders LinkedHashMap with correct initial size to avoid unnecessary resizing (thanks @theigl) Fixed - failover handling may cause temporary connections spike +Fixed - `RedissonCache.invalidate()` method breaks cache configuration ### 28-Mar-2023 - 3.20.1 released