From 205b8b3d8385f54d534ebb6cf48db83fb16709bc Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Apr 2019 13:07:43 +0200 Subject: [PATCH] DATAJPA-1493 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 48f877fc0..a22285e0c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.19.RELEASE (2019-04-01) +----------------------------------------------- +* 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-1493 - Release 1.11.19 (Ingalls SR19). +* DATAJPA-1297 - outputParameterName in @Procedure is not being used to create the StoredProcedureAttributes. + + Changes in version 2.2.0.M2 (2019-03-07) ---------------------------------------- * DATAJPA-1502 - Typo in reference docs on Specification.