#280 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-02-12 14:46:53 +01:00
parent f5b9d658d9
commit 1313915489

View File

@@ -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)