From f11da6063866e14f517cb3d5a23cbbb516360aa9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 10 Sep 2018 12:51:18 +0200 Subject: [PATCH] DATAJPA-1387 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 28449d270..6bd6cc72a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data JPA Changelog ========================= +Changes in version 2.0.10.RELEASE (2018-09-10) +---------------------------------------------- +* DATAJPA-1416 - Saving lazy-loaded entity with IdClass throws TypeMismatchException. +* 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-1399 - Add Travis build executions for Spring 5.1. +* DATAJPA-1398 - Upgrade to Hibernate 5.2.17. +* DATAJPA-1387 - Release 2.0.10 (Kay SR10). +* DATAJPA-1379 - NamedQueries with "SELECT NEW" constructor expression cause QueryException. +* DATAJPA-1333 - Minor performance improvements. + + Changes in version 1.11.15.RELEASE (2018-09-10) ----------------------------------------------- * DATAJPA-1405 - Assumption in EclipsLinkNamespaceUserRepositoryTests need to include 2.7.3.