Skip to content

Commit 4c8c804

Browse files
committed
DATAJPA-1494 - Updated changelog.
1 parent 729ea1d commit 4c8c804

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Spring Data JPA Changelog
22
=========================
33

4+
Changes in version 2.0.14.RELEASE (2019-04-01)
5+
----------------------------------------------
6+
* DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.
7+
* DATAJPA-1519 - Query derivation keywords implemented using like expressions do not properly escape underscores and percentages.
8+
* DATAJPA-1502 - Typo in reference docs on Specification.
9+
* DATAJPA-1498 - Upgrade Hibernate 5.4 build profile to 5.4.1.
10+
* DATAJPA-1494 - Release 2.0.14 (Kay SR14).
11+
* DATAJPA-1404 - Is Null query does not return entities.
12+
* DATAJPA-1321 - JpaRepository.getOne(…) JavaDoc is misleading.
13+
* DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes.
14+
15+
416
Changes in version 1.11.20.RELEASE (2019-04-01)
517
-----------------------------------------------
618
* DATAJPA-1522 - LIKE escape character needs to be escaped ins source value to be handled.

0 commit comments

Comments
 (0)