From 4a536d85b4c091c6455418ed5e84f55d4f65d5f2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 18 Jun 2012 15:54:03 +0200 Subject: [PATCH] DATACMNS-184 - Prepare changelog for 1.3.1.RELEASE. --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7b052936a..3dc102759 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,24 @@ Spring Data Commons Changelog ============================= +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 + +** Improvement + * [DATACMNS-172] - PropertyPath should throw more meaningful exception if properties cannot be found + * [DATACMNS-174] - Part.Type should expose keywords supported + * [DATACMNS-177] - Fix OSGi bundle identifier + * [DATACMNS-179] - MappingContext initialEntitySet should get added after the ApplicationContext is completely set up + +** Task + * [DATACMNS-173] - Upgrade Maven compiler and surefire plugins + * [DATACMNS-175] - JavaDoc should be built before assembly + + Changes in version 1.3.0.RELEASE (2012-05-16) --------------------------------------------- ** Bug