diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d4e41dde6..799a31293 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.1.0.M3 (2018-05-17) +---------------------------------------- +* DATAJPA-1344 - Adapt to SpEL extension API changes in Spring Data Commons. +* DATAJPA-1343 - Add coverpage for epub documentation output. +* DATAJPA-1341 - Fix typo in AbstractAuditable. +* DATAJPA-1334 - Named queries using a constructor expression not working properly. +* DATAJPA-1325 - Release 2.1 M3 (Lovelace). +* DATAJPA-1314 - Build Failure on Travis with profile eclipselink-27-next. +* DATAJPA-1282 - Meta-model classes no longer contained in binaries. +* DATAJPA-1280 - Using manual SqlResultSetMapping with named native queries fails. +* DATAJPA-1265 - Adapt to new EvaluationContextProvider API. + + Changes in version 2.0.7.RELEASE (2018-05-08) --------------------------------------------- * DATAJPA-1323 - Documentation seems to be wrong about construction of the transaction manager.