From a1a5541ae04e4207cd91ffac3af4c71295d31326 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 28 Oct 2020 15:46:11 +0100 Subject: [PATCH] DATAJPA-1794 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1172a4e72..b63476b08 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data JPA Changelog ========================= +Changes in version 2.4.0 (2020-10-28) +------------------------------------- +* DATAJPA-1808 - Deprecate ThreeTenBackPortJpaConverters. +* DATAJPA-1807 - Small edit of reference doc. +* DATAJPA-1803 - EnableJpaAuditing: JavaDoc references joda.time instead of java.time. +* DATAJPA-1800 - Avoid language in documentation that might be considered insensitive. +* DATAJPA-1798 - Editing pass for the documentation. +* DATAJPA-1794 - Release 2.4 GA (2020.0.0). +* DATAJPA-1793 - 5.3.8. Modifying Queries: unclear reference to "custom methods". +* DATAJPA-1792 - 5.3.5. Using Sort: typo "be either". +* DATAJPA-1789 - "Distinct" not listed in supported query keywords. +* DATAJPA-1787 - Update documentation to use Java 8 lambdas. +* DATAJPA-1622 - Nullable annotations used for non-null returning Specification methods. + + Changes in version 2.3.5.RELEASE (2020-10-28) --------------------------------------------- * DATAJPA-1807 - Small edit of reference doc. @@ -2103,5 +2118,6 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +