From 60e9d82bee5d182df944ae1525c3ea9a8f34ba50 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:07:05 +0100 Subject: [PATCH] Updated changelog. See #510 --- 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 ec143964..4e94a1d1 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.1.7.RELEASE (2021-02-17) +--------------------------------------------- +* #523 - Update copyright year to 2021. +* #519 - Returning interface implemented by domain type leads to NullPointerException. +* #518 - IgnoreCase works only if a String property can be resolved to a column. +* #515 - Fix typo in changelog. +* #514 - Reference Docs: typo on firstname. + + Changes in version 1.3.0-M2 (2021-01-13) ---------------------------------------- * #523 - Update copyright year to 2021. @@ -404,5 +413,6 @@ Changes in version 1.0.0.M1 (2018-12-12) +