diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a6d6a5296..4e5c7b023 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.11.RELEASE (2020-10-28) +---------------------------------------------- +* DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot. +* DATAREDIS-1225 - Fix typos in reference documentation. +* DATAREDIS-1222 - DefaultStringRedisConnection#zRangeByLex(String, Range, Limit) ignores the limit parameter. +* DATAREDIS-1217 - Release 2.2.11 (Moore SR11). +* DATAREDIS-1214 - Get a NullPointerException when using the geodist command of redis. +* DATAREDIS-1212 - Reduce memory allocation when retrieving message content. + + Changes in version 2.1.21.RELEASE (2020-10-28) ---------------------------------------------- * DATAREDIS-1236 - Release 2.1.21 (Lovelace SR21). @@ -2155,5 +2165,6 @@ General +