From 2f855e85415355e54f8fa70ba606b3a9541bb2c3 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 13:59:29 +0100 Subject: [PATCH] Updated changelog. See #479 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 445a975d..4dcf9142 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,13 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.5.0-M3 (2021-02-17) +---------------------------------------- +* #483 - Fix bug with SDG Repository derived queries using the IN operator with numeric values. +* #481 - NoTransactionException when rolling back a transaction using @Transactional. +* #46 - Update repository after GitHub issues migration. + + Changes in version 2.4.4 (2021-02-17) ------------------------------------- * #483 - Fix bug with SDG Repository derived queries using the IN operator with numeric values. @@ -950,5 +957,6 @@ Changes in version 1.7.0.APACHE-GEODE-EA-M1 (2016-02-12) +