From 4b157b4970b123d1ea2aefaeebf8f0e24a7db77a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 14:42:52 +0200 Subject: [PATCH] DATAJPA-1362 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fa82610c4..7797ace33 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data JPA Changelog ========================= +Changes in version 2.0.9.RELEASE (2018-07-26) +--------------------------------------------- +* DATAJPA-1382 - Remove superfluous call to getVersionProperty in JpaPersistentEntityImpl. +* DATAJPA-1375 - JpaRepositoryFactory.getTargetRepository(…) still requires ID to extend Serializable. +* DATAJPA-1374 - Upgrade Hibernate 5.3 build profile to 5.3.2. +* DATAJPA-1363 - Alias for complex Function. +* DATAJPA-1362 - Release 2.0.9 (Kay SR9). +* DATAJPA-1281 - Improve exception messages for invalid parameter definitions in repository query methods. +* DATAJPA-1163 - spring-data fails when #{#entityName} SpEL is using in countQuery definition. + + Changes in version 2.1.0.RC1 (2018-07-26) ----------------------------------------- * DATAJPA-1382 - Remove superfluous call to getVersionProperty in JpaPersistentEntityImpl.