From 418fc0cbfbe5309d2f3bc497333f962bc328bc21 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:17:47 +0200 Subject: [PATCH] Updated changelog. See #2375 --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 764cdd5e6..7a3a57a24 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,12 @@ Spring Data Commons Changelog ============================= +Changes in version 2.4.10 (2021-06-22) +-------------------------------------- +* #2382 - Allow for a module specific inclusion for DTO projections. +* #2103 - Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704]. + + Changes in version 2.5.1 (2021-05-14) ------------------------------------- * #2374 - Disable unit tests for unsigned integers for the time being. @@ -3172,5 +3178,6 @@ Repository +