Skip to content

Commit

Permalink
DATACMNS-204 - Prepare changelog for 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jul 23, 2012
1 parent f476100 commit 5b1fe22
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b1fe22

Please sign in to comment.