From fdaab47db161ecbcee4f4caa0352133384065c75 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Jun 2018 10:47:56 +0200 Subject: [PATCH] DATAJPA-1339 - 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 799a31293..11adcf8a7 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 1.11.13.RELEASE (2018-06-13) +----------------------------------------------- +* DATAJPA-1348 - Upgrade build to Hibernate 5.3 GA. +* DATAJPA-1347 - Improve proxy detection to properly detect Hibernate 5.3 proxies. +* DATAJPA-1343 - Add coverpage for epub documentation output. +* DATAJPA-1341 - Fix typo in AbstractAuditable. +* DATAJPA-1339 - Release 1.11.13 (Ingalls SR13). +* DATAJPA-1334 - Named queries using a constructor expression not working properly. +* DATAJPA-1280 - Using manual SqlResultSetMapping with named native queries fails. +* DATAJPA-1238 - Unnecessary LEFT OUTER JOIN when a WHERE could have been used. + + Changes in version 2.1.0.M3 (2018-05-17) ---------------------------------------- * DATAJPA-1344 - Adapt to SpEL extension API changes in Spring Data Commons.