From 5a00fc394ed17fb6ee7d52f8fc329bf42b259e7e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Apr 2018 14:30:00 +0200 Subject: [PATCH] DATAJDBC-176 - Updated changelog. --- src/main/resources/changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c759ee3dd..77cf65d20 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,29 @@ Spring Data JDBC Changelog ========================= +Changes in version 1.0.0.M2 (2018-04-13) +---------------------------------------- +* DATAJDBC-200 - Rename event classes to have an "Event" suffix. +* DATAJDBC-199 - Fix @since JavaDoc comments. +* DATAJDBC-198 - running integration-tests against specific db causes errors for *HsqlIntegrationTests. +* DATAJDBC-197 - AfterCreation doesn't get triggered. EventPublishingRowMapper is not used. +* DATAJDBC-196 - support for MariaDB integration-tests. +* DATAJDBC-195 - create SQL with a uniform style. +* DATAJDBC-194 - Do some polishing on the readme. +* DATAJDBC-190 - Fix some wrong/weird usage of AssertJ. +* DATAJDBC-189 - Make the DefaultNamingStrategy into default methods of the NamingStrategy. +* DATAJDBC-184 - Support snake case (delimiter character) naming strategy. +* DATAJDBC-182 - Support modifying query. +* DATAJDBC-180 - Update to latest Testcontainers version. +* DATAJDBC-179 - Provide more detailed project details. +* DATAJDBC-178 - Allow generating any namespace in MyBatisDataAccessStrategy. +* DATAJDBC-176 - Release 1.0 M2 (Lovelace). +* DATAJDBC-175 - Supports simple types as return type for annotated methods. +* DATAJDBC-172 - Support Streams, Entities, Collections and Optionals as return type for annotated methods. +* DATAJDBC-155 - JdbcRepositoryFactory should not require a DataAccessStrategy, but construct on on its own when none is available. +* DATAJDBC-130 - Support Lists. + + Changes in version 1.0.0.M1 (2018-02-06) ---------------------------------------- * DATAJDBC-171 - Release 1.0 M1 (Lovelace).