From 64ab2c50d08181a8ce15eea3dc8a4a7153b173a3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 May 2021 11:51:47 +0200 Subject: [PATCH] Updated changelog. See #581 --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 0b1705f..de7bfd1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.2.9 (2021-05-14) +------------------------------------- +* #597 - Upgrade to R2DBC Arabba SR10. +* #594 - Upgrade to MySQL 8.0 for testing. +* #593 - Saving Enum-typed Collection-like properties set to `null` are not translated to `String[]`. +* #587 - `PreparedOperationBindableQuery.bindNull(…)` calls `GenericExecuteSpec.bind(…)` instead of `bindNull(…)`. +* #585 - Custom converter for constructor creation no longer applied. + + Changes in version 1.3.0 (2021-04-14) ------------------------------------- * #579 - Include Entity-state detection documentation snipped from Commons. @@ -504,5 +513,6 @@ Changes in version 1.0.0.M1 (2018-12-12) +