DATAJPA-1494 - Updated changelog.

This commit is contained in:
Oliver Drotbohm
2019-04-01 19:05:07 +02:00
parent 729ea1d5f8
commit 4c8c804523

View File

@@ -1,6 +1,18 @@
Spring Data JPA Changelog
=========================
Changes in version 2.0.14.RELEASE (2019-04-01)
----------------------------------------------
* DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.
* DATAJPA-1519 - Query derivation keywords implemented using like expressions do not properly escape underscores and percentages.
* DATAJPA-1502 - Typo in reference docs on Specification.
* DATAJPA-1498 - Upgrade Hibernate 5.4 build profile to 5.4.1.
* DATAJPA-1494 - Release 2.0.14 (Kay SR14).
* DATAJPA-1404 - Is Null query does not return entities.
* DATAJPA-1321 - JpaRepository.getOne(…) JavaDoc is misleading.
* DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes.
Changes in version 1.11.20.RELEASE (2019-04-01)
-----------------------------------------------
* DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.