From 40f2ed003fb044fa47f65a775378132f6fdf0ff7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 10 Jun 2020 12:10:41 +0200 Subject: [PATCH] DATAJDBC-527 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e27068f3..c74e62d9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data JDBC Changelog ========================= +Changes in version 1.1.8.RELEASE (2020-06-10) +--------------------------------------------- +* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor. +* DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional. +* DATAJDBC-532 - Remove Travis CI. +* DATAJDBC-527 - Release 1.1.8 (Moore SR8). + + Changes in version 1.0.18.RELEASE (2020-06-10) ---------------------------------------------- * DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional. @@ -472,3 +480,4 @@ Changes in version 1.0.0.M1 (2018-02-06) +