From 64ebb38cb3bbfc6178955547f9c965f4ad82125f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 26 Jan 2017 11:32:53 +0100 Subject: [PATCH] DATAJPA-1030 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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.