From bf9700cba2ac8d9fe6bb3943bd5925cd1b28d5f7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Feb 2020 14:46:48 +0100 Subject: [PATCH] DATAJDBC-474 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5a2379f63..d92389a92 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,19 @@ Spring Data JDBC Changelog ========================= +Changes in version 2.0.0.M3 (2020-02-12) +---------------------------------------- +* DATAJDBC-484 - Date related tests in JdbcRepositoryIntegrationTests fail with Java 11. +* DATAJDBC-483 - Correct reference docs. +* DATAJDBC-481 - Immutable entity class vs optimistic locking: version-field not incremented by save(). +* DATAJDBC-479 - Use SqlIdentifier in Table and Column name. +* DATAJDBC-478 - Expose arguments of o.s.d.r.c.sql.SimpleFunction. +* DATAJDBC-474 - Release 2.0 M3 (Neumann). +* DATAJDBC-464 - Apply conversions to parameters of methods. +* DATAJDBC-386 - Always quote identifiers. +* DATAJDBC-101 - Support for PagingRepositories. + + Changes in version 2.0.0.M2 (2020-01-17) ---------------------------------------- * DATAJDBC-473 - Release 2.0 M2 (Neumann). @@ -358,3 +371,4 @@ Changes in version 1.0.0.M1 (2018-02-06) +