diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f3e7f23bc..803327305 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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 "what’s new" section in reference documentation.