From c6945c95d46a16f92a5495c98edd1986bd1d9bae Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 17:04:32 +0200 Subject: [PATCH] Updated changelog. See #1086 --- 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 f5aea52b..f78e5680 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.2.0-RC1 (2021-03-31) +----------------------------------------- +* #1105 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes. +* #1096 - SimpleReactiveCouchbaseRepository.deleteAll() missing scan consistency. +* #1073 - Support for ARRAY_CONTAINS. +* #1069 - Enums can't be used as method parameters in Repository. +* #1064 - N1QLExpression#keys is broken. + + Changes in version 4.2.0-M5 (2021-03-17) ---------------------------------------- * #1092 - regression - changes to public API CouchbaseRepositoryQuery and ReactiveCouchbaseRepositoryQuery. @@ -1368,5 +1377,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +