DATAJPA-1325 - Updated changelog.

This commit is contained in:
Christoph Strobl
2018-05-17 09:50:37 +02:00
parent 1cf6c2aeab
commit a8cee96fca

View File

@@ -1,6 +1,19 @@
Spring Data JPA Changelog
=========================
Changes in version 2.1.0.M3 (2018-05-17)
----------------------------------------
* DATAJPA-1344 - Adapt to SpEL extension API changes in Spring Data Commons.
* DATAJPA-1343 - Add coverpage for epub documentation output.
* DATAJPA-1341 - Fix typo in AbstractAuditable.
* DATAJPA-1334 - Named queries using a constructor expression not working properly.
* DATAJPA-1325 - Release 2.1 M3 (Lovelace).
* DATAJPA-1314 - Build Failure on Travis with profile eclipselink-27-next.
* DATAJPA-1282 - Meta-model classes no longer contained in binaries.
* DATAJPA-1280 - Using manual SqlResultSetMapping with named native queries fails.
* DATAJPA-1265 - Adapt to new EvaluationContextProvider API.
Changes in version 2.0.7.RELEASE (2018-05-08)
---------------------------------------------
* DATAJPA-1323 - Documentation seems to be wrong about construction of the transaction manager.