From c92638d9e277b1467920c3bfe4937ad6d03a9817 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 13 Sep 2024 10:02:41 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6481470..33eedd209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Upgrade to __[Redisson PRO](https://redisson.pro)__ with **advanced features**. ### 09-Sep-2024 - 3.36.0 released Feature - `Kryo5Codec` `useReferences` setting added -Feature - `RListMultimapCacheNative` and `RSetMultimapCacheNative` objects added. Require Redis 7.4+ +Feature - `RListMultimapCacheNative` and `RSetMultimapCacheNative` objects added. Require Redis 7.4+ Feature - `AggregationOptions.sortBy()` method with `withCount` parameter added (thanks to @pfyod) Feature - `allowedClasses` setting added to `FuryCodec` Feature - `addIfAbsent(Map)` method added to `RSetCache` object (thanks to @lyrric)