diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f32d15753..b84261492 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.