From c05e084eba06b3592f682431463ca9ad9eb14496 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 Jul 2012 18:14:36 +0200 Subject: [PATCH] DATACMNS-204 - Prepare changelog for 1.3.2. --- src/main/resources/changelog.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3dc102759..95736a6c9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,9 +1,21 @@ Spring Data Commons Changelog ============================= + +Changes in version 1.3.2.RELEASE (2012-07-23) +--------------------------------------------- +** Improvement + * [DATACMNS-185] - Expose initialization of AbstractMappingContext through method + * [DATACMNS-186] - BasicPersistentEntity should reject multiple id properties + * [DATACMNS-187] - Let the Revision class in the history package also expose the revision date + +** Task + * [DATACMNS-188] - AbstractMappingContext.getComponentTypeRecursively(…) is obsolete and should be removed + * [DATACMNS-204] - Release 1.3.2 + + Changes in version 1.3.1.RELEASE (2012-06-18) --------------------------------------------- - ** Bug * [DATACMNS-178] - Invalid compile time dependency on JUnit * [DATACMNS-180] - Java transient fields should not be considered transient for persistence @@ -17,6 +29,7 @@ Changes in version 1.3.1.RELEASE (2012-06-18) ** Task * [DATACMNS-173] - Upgrade Maven compiler and surefire plugins * [DATACMNS-175] - JavaDoc should be built before assembly + * [DATACMNS-184] - Release 1.3.1 Changes in version 1.3.0.RELEASE (2012-05-16)