From e2e50ac63a22366759df4765b87d407fa3ca51a5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:17:50 +0200 Subject: [PATCH] Updated changelog. See #2214 --- 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 c620c8e9d..6dc160b32 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.4.10 (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.5.1 (2021-05-14) ------------------------------------- * #2207 - Improve wording on transactional methods inherited from `SimpleJpaRepository` and repository fragments. @@ -2289,5 +2297,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +