From 581effa0a874163509ff1f9cb4e256fcffc712b0 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 5 Mar 2015 15:54:30 +0100 Subject: [PATCH] DATACOUCH-121 - 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 49d3f379..7b973a5b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Couchbase Changelog =============================== +Changes in version 1.3.0.RC1 (2015-03-05) +----------------------------------------- +* DATACOUCH-121 - Release 1.3 RC1. +* DATACOUCH-120 - Update Java SDK to 1.4.7. +* DATACOUCH-117 - Fix shaky builds. +* DATACOUCH-110 - Custom converted objects in map/collection property are not serialized correctly. +* DATACOUCH-109 - Add support for custom implementations in CDI repositories. +* DATACOUCH-102 - Pass source object to AbstractCouchbaseEventListener's onBeforeDelete and onAfterDelete. +* DATACOUCH-25 - Cache TTL (Time To Live) property required. + + Changes in version 1.2.2.RELEASE (2015-01-28) --------------------------------------------- * DATACOUCH-119 - Release 1.2.2.