From e97771eb8212eaefa65039d3c5a6e69e5894fdbf Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 11 Sep 2017 17:23:39 +0200 Subject: [PATCH] DATAJPA-1155 - 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 fa8ba0e82..d7ca3909a 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.0.RC3 (2017-09-11) +----------------------------------------- +* DATAJPA-1174 - Jsr310JpaConverters don't handle null values properly. +* DATAJPA-1172 - Improve error reporting for invalid type being used for SpEL parameter binding. +* DATAJPA-1171 - Query created for CrudRepository.existsById(…) shouldn't contain static '1 = 1'. +* DATAJPA-1170 - Unify Specification and Specifications API. +* DATAJPA-1168 - Introduce nullable annotations for API validation. +* DATAJPA-1159 - Upgrade to Hibernate 5.2.10. +* DATAJPA-1158 - Remove references to OpenJPA from codebase. +* DATAJPA-1155 - Release 2.0 RC3 (Kay). +* DATAJPA-1058 - Better exception when named method parameter is required but missing. + + Changes in version 1.11.7.RELEASE (2017-09-11) ---------------------------------------------- * DATAJPA-1172 - Improve error reporting for invalid type being used for SpEL parameter binding.