DATAJPA-1641 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-01-15 12:37:08 +01:00
parent b171759d0d
commit bb30b8b3ff

View File

@@ -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/