From a1b16cc9167ff535410f274eeab4911084fb338c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 5 Jun 2023 17:40:07 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76fdc918..ab49f776d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and ### 05-Jun-2023 - 3.22.0 released Feature - Spring Data Redis 3.1.0 implementation Feature - Spring Boot 3.1.0 support -Feature - firstEntry() and lastEntry() Feature - `lastEntry()`, `firstEntry()`, `pollLastEntries()`, `pollFirstEntries()`, `entryIterator()`, `rankEntry()`, `revRankEntry()` methods added to `RScoredSortedSet` object Feature - `RCountDownLatch`, `RLock`, `RPermitExpirableSemaphore`, `RSemaphore` objects use sharded PubSub in Redis Cluster 7.0+ Feature - `slavesSyncTimeout`, `commandMapper`, `sslCiphers`, `sslTrustManagerFactory`, `sslKeyManagerFactory` settings added