From 5714ebbfd97f6940aa29fbadd91d9677ccca87be Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Aug 2018 10:39:31 +0200 Subject: [PATCH] DATAJPA-1386 - 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 10cc8e5ef..72bca28e6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data JPA Changelog ========================= +Changes in version 2.1.0.RC2 (2018-08-20) +----------------------------------------- +* DATAJPA-1405 - Assumption in EclipsLinkNamespaceUserRepositoryTests need to include 2.7.3. +* DATAJPA-1402 - Ubgrade Hibernate 5.3 build profile to 5.3.5. +* DATAJPA-1400 - Upgrade Eclipselink 2.7 build profiles. +* DATAJPA-1398 - Upgrade to Hibernate 5.2.17. +* DATAJPA-1397 - Add support for deferred repository initialization. +* DATAJPA-1394 - Avoid repeated lookups of EntityPathResolver from JpaRepositoryFactory. +* DATAJPA-1386 - Release 2.1 RC2 (Lovelace). +* DATAJPA-1379 - NamedQueries with "SELECT NEW" constructor expression cause QueryException. + + Changes in version 1.11.14.RELEASE (2018-07-27) ----------------------------------------------- * DATAJPA-1374 - Upgrade Hibernate 5.3 build profile to 5.3.2.