diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 67469c10a..1ce16c573 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data JPA Changelog ========================= +Changes in version 2.2.4.RELEASE (2020-01-15) +--------------------------------------------- +* DATAJPA-1663 - Remove PersistenceProvider.potentiallyConvertEmptyCollection(…). +* DATAJPA-1656 - Update copyright years to 2020. +* DATAJPA-1652 - Using || (pipes) along with named parameters in custom queries raises an exception. +* DATAJPA-1647 - JpaRepository memory leak with Pageable argument. +* DATAJPA-1641 - Release 2.2.4 (Moore SR4). + + Changes in version 2.1.15.RELEASE (2020-01-15) ---------------------------------------------- * DATAJPA-1656 - Update copyright years to 2020. @@ -1846,3 +1855,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/ +