Added recent changes to changelog.

This commit is contained in:
Oliver Gierke
2011-03-11 18:32:51 +01:00
parent b17f0bf363
commit 21e4e9d0a8

View File

@@ -8,6 +8,9 @@ Changes in version 1.0.0.M2
* Added support for 'In' and 'NotIn' (DATAJPA-30)
* Adapted new metadata API (DATAJPA-32, DATACMNS-17)
* Support for XML based entity mapping (DATAJPA-28)
* @Query annotated queries get validated on Query meta-model creation (DATAJPA-14)
* Fixed dependency scopes and missing repository declarations (DATAJPA-33, DATAJPA-26)
* Adapted meta-model API from Commons module (DATAJPA-32)
Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11786
----------------------------------------