From e0d6130ac8fef5eb180dd8ca4d2bb43faa0f1223 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Jun 2021 15:51:30 +0200 Subject: [PATCH] Updated changelog. See #599 --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bc611379..fa6b2cfa 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.3.2 (2021-06-22) +------------------------------------- +* #607 - Dynamic projection skipped if projection type not already registered with MappingContext. +* #589 - MySQL dialect converts all `byte` properties to `boolean`. +* #483 - Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it.. + + Changes in version 1.2.10 (2021-06-22) -------------------------------------- * #607 - Dynamic projection skipped if projection type not already registered with MappingContext. @@ -532,5 +539,6 @@ Changes in version 1.0.0.M1 (2018-12-12) +