Added recent changes to the changelog.

This commit is contained in:
Oliver Gierke
2011-03-11 18:27:49 +01:00
parent e00ca67a12
commit 7aeb6c3f5c

View File

@@ -4,12 +4,17 @@ Spring Data Commons Changelog
Changes in version 1.0.0.M4
----------------------------------------
General
* Fixed dependency scopes of logging libraries (DATACMNS-14)
Repository
* Improved ParameterAccessor infrastructure
* Added support for 'Distinct' keyword in finder method names (DATACMNS-15)
* Added support for 'In' and 'NotIn' keywords (DATACMNS-16)
* Introduced metamodel for entities and repositories (DATACMNS-17)
* Fixed returning wrong class PersistableEntityMetadata(DATACMNS-19)
* Fixed returning wrong class PersistableEntityMetadata (DATACMNS-19)
* Introduced infrastructure to post-process RepositoryQuery instances (DATACMNS-18)
* Renamed Repository.findById(…) to findOne(…) (DATACMNS-20)
Changes in version 1.0.0.M3 (2011-02-09)
----------------------------------------