From f1cc401bdb354739df7551a9a5b99c27b48988db Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 14 Jun 2019 14:43:07 +0200 Subject: [PATCH] DATAJDBC-360 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b80fb6cb..17c036cf 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data JDBC Changelog ========================= +Changes in version 1.1.0.RC1 (2019-06-14) +----------------------------------------- +* DATAJDBC-384 - Improve backward compatibility for MybatisDataAccessStrategy. +* DATAJDBC-382 - Create security policy readme. +* DATAJDBC-378 - IllegalArgumentException: JdbcValue must be not null at this point. +* DATAJDBC-377 - Use testcontainers version property. +* DATAJDBC-374 - Make behavior for empty embeddables configurable. +* DATAJDBC-360 - Release 1.1 RC1 (Moore). +* DATAJDBC-223 - Collection like properties of entities without id property need special handling. + + Changes in version 1.0.9.RELEASE (2019-06-14) --------------------------------------------- * DATAJDBC-378 - IllegalArgumentException: JdbcValue must be not null at this point.