From cde430e9fb23ecfca4cd41adf0512d67347f532e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:51:32 +0200 Subject: [PATCH] Updated changelog. See #2215 --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6dc160b32..8e7924fab 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data JPA Changelog ========================= +Changes in version 2.5.2 (2021-06-22) +------------------------------------- +* #2234 - Spring Data documentation examples have wrong annotations. +* #2230 - Error in documentation regarding manually assigned identifiers in "Entity State-detection Strategies" when there is a Version property. +* #2228 - ExpressionBasedStringQuery does not quote all parameter expressions. +* #2009 - Document that DTOs don't work with native queries [DATAJPA-1714]. + + Changes in version 2.4.10 (2021-06-22) -------------------------------------- * #2234 - Spring Data documentation examples have wrong annotations. @@ -2298,5 +2306,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +