DATAJPA-1339 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-06-13 10:47:56 +02:00
parent 70a5e23b4b
commit 7a3c9cbd6e

View File

@@ -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.