diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 294264d2c..cef97ed5a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data JDBC Changelog ========================= +Changes in version 2.0.0.RC2 (2020-04-28) +----------------------------------------- +* DATAJDBC-520 - Improve documentation for MappedCollection. +* DATAJDBC-518 - Allow combination of CriteriaDefinition instances. +* DATAJDBC-517 - Release 2.0 RC2 (Neumann). +* DATAJDBC-507 - Change starting versions for optimistic locking to the schema used in the rest of Spring Data. +* DATAJDBC-480 - Move off deprecated EntityInstantiators. +* DATAJDBC-318 - Derived Queries. + + Changes in version 1.1.7.RELEASE (2020-04-28) --------------------------------------------- * DATAJDBC-520 - Improve documentation for MappedCollection. @@ -441,3 +451,4 @@ Changes in version 1.0.0.M1 (2018-02-06) +