From 9e211c93c52eb0f73dc0aedacbba5e30e89f2326 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 9 Jun 2024 11:58:46 +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 eb9474514..e710d7dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Feature - Spring Data Redis 3.3.0 integration Feature - allow retry of `NOREPLICAS` error (thanks to @ghollies) Improvement - `SequentialDnsAddressResolverFactory` default `concurrencyLevel` set to 2 -Improvement - `ThreadLocalRandom` replaced with `xoshiro256**` RNG to avoid collisions +Improvement - `ThreadLocalRandom` replaced with `xoshiro256++` RNG to avoid collisions Fixed - cluster failover handling Fixed - cluster topology scan shouldn't be stopped by any exception