From e3f56b4a1b847c28289e59b994f873c9fe00518b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 12 May 2020 12:27:53 +0200 Subject: [PATCH] #357 - Updated changelog. --- 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 58549557..df9a542d 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.0.RELEASE (2020-05-12) +--------------------------------------------- +* #365 - Support optimistic locking in immutable way. +* #364 - Add lockClause to Dialect implementation. +* #363 - Query derivation does not support count projection. +* #357 - Release 1.1 GA (Neumann). +* #329 - Translate driver exceptions in R2dbcTransactionManager. + + Changes in version 1.1.0.RC2 (2020-04-28) ----------------------------------------- * #354 - NullPointerException when inserting entity with read only fields. @@ -228,3 +237,4 @@ Changes in version 1.0.0.M1 (2018-12-12) +