From b4e14f61e7a8e8fed9d6a9911e29552dd46b02f4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Aug 2015 11:48:30 +0200 Subject: [PATCH] DATACOUCH-157 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8f40d7a8..5593fe2f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Couchbase Changelog =============================== +Changes in version 1.4.0.RC1 (2015-08-04) +----------------------------------------- +* DATACOUCH-157 - Release 1.4 RC1 (Gosling). +* DATACOUCH-151 - NullPointerException on auto-boxing in CouchbaseTemplate. +* DATACOUCH-149 - Switch from BeanWrapper to PersistentPropertyAccessor. +* DATACOUCH-133 - Fix typos in README. +* DATACOUCH-129 - Ensure Spring Framework 4.2 compatibility. + + Changes in version 1.3.2.RELEASE (2015-07-28) --------------------------------------------- * DATACOUCH-153 - Release 1.3.2 (Fowler).