diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 19df27d3f..550362095 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.3.0.RC1 (2020-03-31) +----------------------------------------- +* DATAJPA-1696 - Reluctant parsing introduced in DATAJPA-1679 causes problems. +* DATAJPA-1695 - Unbound parameters for queries using SpEL and quotation. +* DATAJPA-1693 - Release 2.3 RC1 (Neumann). +* DATAJPA-1660 - Add JpaSort.of(…) factory methods. + + Changes in version 2.2.6.RELEASE (2020-03-25) --------------------------------------------- * DATAJPA-1696 - Reluctant parsing introduced in DATAJPA-1679 causes problems. @@ -1924,3 +1932,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +