DATACMNS-204 - Prepare changelog for 1.3.2.

This commit is contained in:
Oliver Gierke
2012-07-23 17:46:18 +02:00
parent f476100f28
commit 5b1fe225b1

View File

@@ -1,6 +1,37 @@
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
** 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
* [DATACMNS-184] - Release 1.3.1
Changes in version 1.3.0.RELEASE (2012-05-16)
---------------------------------------------
** Bug