DATACMNS-184 - Prepare changelog for 1.3.1.RELEASE.

This commit is contained in:
Oliver Gierke
2012-06-18 15:54:03 +02:00
parent 9c42393a51
commit 4a536d85b4

View File

@@ -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