diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 81a9e41ba..ad02dfe06 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,7 +1,7 @@ Spring Data Commons Changelog ============================================= -Changes in version 1.0.0.M4 +Changes in version 1.0.0.M4 (2011-03-15) ---------------------------------------- General @@ -15,9 +15,9 @@ Repository * Fixed returning wrong class PersistableEntityMetadata (DATACMNS-19) * Introduced infrastructure to post-process RepositoryQuery instances (DATACMNS-18) * Renamed Repository.findById(...) to findOne(É) (DATACMNS-20) -* Extension module for Spring MVC integration (DATAJPA-19) * Changed method signature of Repository.findAll(...) and according methods to Iterable (DATACMNS-21) + Changes in version 1.0.0.M3 (2011-02-09) ----------------------------------------