From 62b7957a15358a3fdd4044752ff8fa2403493b0d Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 22 Aug 2024 12:57:29 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea09219c3..6e1282eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,8 +19,8 @@ Feature - `RedissonClusteredSpringCacheNativeManager` and `RedissonSpringLocalCa Feature - `RedissonClusteredNativeRegionFactory` and `RedissonLocalCachedNativeRegionFactory` added to Hibernate module. Requires Redis 7.4+ Feature - `local-caches-native` and `clustered-caches-native` implementations added to Micronaut module. Requires Redis 7.4+ -Improvement - `ProtobufCodec` memory allocation optimization (thanks to @chaokunyang) -Improvement - [Apache Fury](https://github.com/apache/fury) codec optimization (thanks to @seakider) +Improvement - `ProtobufCodec` memory allocation optimization +Improvement - [Apache Fury](https://github.com/apache/fury) codec optimization (thanks to @chaokunyang) Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader (thanks to @seakider) Improvement - don't take lock for `RMap.computeIfAbsent()` if only get is needed (thanks to @shreyas-sprinklr)