From 4c8c804523abd6d8a29e3732193a79e9a5a957a3 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Apr 2019 19:05:07 +0200 Subject: [PATCH] DATAJPA-1494 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 53176ac28..67b43765f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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.