diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 334626f3..ad171ba6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.1.0.M3 (2020-02-12) +---------------------------------------- +* #296 - Rename DatabaseClient bean to r2dbcDatabaseClient. +* #294 - Upgrade to R2DBC Arabba-SR2. +* #291 - Adapt to SqlIdentifier changes in Spring Data Relational. +* #287 - #220 - Introduce R2dbcEntityTemplate. +* #285 - MappingContext creates entity for UUID. +* #280 - Release 1.1 M3 (Neumann). +* #260 - Support interface projections with DatabaseClient.as(…). +* #220 - Add entity-centric insert/update/delete methods to DatabaseClient. + + Changes in version 1.1.0.M2 (2020-01-17) ---------------------------------------- * #278 - Release 1.1 M2 (Neumann). @@ -164,3 +176,4 @@ Changes in version 1.0.0.M1 (2018-12-12) +