diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f046df9..e753275 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.2.0-M2 (2020-08-12) +---------------------------------------- +* #414 - Adopt SpEL support to use ReactiveEvaluationContextProvider. +* #412 - Refactor Spring Data R2DBC on top of Spring R2DBC. +* #411 - Introduce EnumWriteSupport for simpler pass-thru of enum values. +* #407 - Add ReactiveSortingRepository support. +* #402 - Exclude primitive id property from INSERT if it is set to 0 (zero). +* #398 - Upgrade to MySQL JDBC connector 8.0.21. +* #391 - Release 1.2 M2 (2020.0.0). +* #281 - Add support for auditing. +* #215 - Add lifecycle callbacks and EntityCallback support. + + Changes in version 1.1.2.RELEASE (2020-07-22) --------------------------------------------- * #401 - Upgrade to R2DBC Arabba-SR6. @@ -267,3 +280,4 @@ Changes in version 1.0.0.M1 (2018-12-12) +