From 206e73d1effc25d04f5ff460cebc956486394bdd Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Tue, 15 Mar 2011 22:28:27 -0400 Subject: [PATCH] preparing for M4 --- src/main/resources/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ----------------------------------------