diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3e2f58d5b..01ffb80f7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Redis Changelog =========================== +Changes in version 2.4.2 (2020-12-09) +------------------------------------- +* DATAREDIS-1257 - Fix converter documentation for repository support. +* DATAREDIS-1254 - Upgrade to Xstream 1.4.14. +* DATAREDIS-1249 - Release 2.4.2 (2020.0.2). +* DATAREDIS-1230 - Reactive StreamReceiver fails on serialization exception and does not process subsequent messages. +* DATAREDIS-891 - Enabling transactional support in RedisTemplate binds connection to TransactionSynchronizationManager even without transaction. + + Changes in version 2.5.0-M1 (2020-12-09) ---------------------------------------- * DATAREDIS-1257 - Fix converter documentation for repository support. @@ -2230,5 +2239,6 @@ General +