From 623e0805d004c0b13ff2708b4a4ff9d182abf486 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Aug 2015 11:48:22 +0200 Subject: [PATCH] DATAJPA-768 - Updated changelog. --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9c4a20ee7..a1948fcd0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 1.9.0.RC1 (2015-08-04) +----------------------------------------- +* DATAJPA-768 - Release 1.9 RC1 (Gosling). +* DATAJPA-763 - Executing a Specification with fetch-joins leads to wrong HQL query. +* DATAJPA-759 - Log names of Class and Mapping Files found during scan to DEBUG level in ClasspathScanningPersistenceUnitPostProcessor. +* DATAJPA-758 - Using Java 8 named parameter prevents positional query parameter binding. +* DATAJPA-743 - Typo in README. +* DATAJPA-736 - Count query creation fails when entity names contain non-ASCII characters. +* DATAJPA-728 - PageImpl : wrong total count. +* DATAJPA-669 - Provide a way to get the injected Entity Manager [Factory] in the custom implementations. + + Changes in version 1.8.2.RELEASE (2015-07-28) --------------------------------------------- * DATAJPA-766 - Release 1.8.2 (Fowler).