DATAJPA-1640 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-01-15 10:24:51 +01:00
parent f63fcc950f
commit b171759d0d

View File

@@ -1,6 +1,13 @@
Spring Data JPA Changelog
=========================
Changes in version 2.1.15.RELEASE (2020-01-15)
----------------------------------------------
* DATAJPA-1656 - Update copyright years to 2020.
* DATAJPA-1652 - Using || (pipes) along with named parameters in custom queries raises an exception.
* DATAJPA-1640 - Release 2.1.15 (Lovelace SR15).
Changes in version 2.2.3.RELEASE (2019-12-04)
---------------------------------------------
* DATAJPA-1639 - Fix position of _ in MetaModel classes in the documentation.
@@ -1838,3 +1845,4 @@ Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/
* Moved JPA sepcific code from Hades into Spring Data JPA (functional equivalent of Hades 2.0.2) building on common functionality in Spring Data Commons