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