DATAJPA-1030 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-01-26 11:32:53 +01:00
parent 53cd84660e
commit 4c7d942628

View File

@@ -1,6 +1,15 @@
Spring Data JPA Changelog
=========================
Changes in version 1.10.7.RELEASE (2017-01-26)
----------------------------------------------
* DATAJPA-1048 - Upgrade Hibernate 5.2 build profile to 5.2.7.
* DATAJPA-1044 - Bug in JpaCountQueryCreator when doing Paged execution of a Query that uses the Distinct Keyword.
* DATAJPA-1041 - Dynamic entity graphs may omit subgraphs.
* DATAJPA-1030 - Release 1.10.7 (Hopper SR7).
* DATAJPA-1005 - Error bootstrapping Spring Data JPA with EntityManagerFactory already semi-initialized.
Changes in version 1.11.0.RELEASE (2017-01-26)
----------------------------------------------
* DATAJPA-1049 - Update "whats new" section in reference documentation.