Skip to content

Commit 64ab2c5

Browse files
committed
Updated changelog.
See #581
1 parent 785b664 commit 64ab2c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Spring Data R2DBC Changelog
22
===========================
33

4+
Changes in version 1.2.9 (2021-05-14)
5+
-------------------------------------
6+
* #597 - Upgrade to R2DBC Arabba SR10.
7+
* #594 - Upgrade to MySQL 8.0 for testing.
8+
* #593 - Saving Enum-typed Collection-like properties set to `null` are not translated to `String[]`.
9+
* #587 - `PreparedOperationBindableQuery.bindNull(…)` calls `GenericExecuteSpec.bind(…)` instead of `bindNull(…)`.
10+
* #585 - Custom converter for constructor creation no longer applied.
11+
12+
413
Changes in version 1.3.0 (2021-04-14)
514
-------------------------------------
615
* #579 - Include Entity-state detection documentation snipped from Commons.
@@ -504,5 +513,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
504513

505514

506515

516+
507517

508518

0 commit comments

Comments
 (0)