From b32e44474902b2e4c922aa6b83b136b1145fd934 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 23 Mar 2011 10:05:42 +0100 Subject: [PATCH] Updated changelog. --- src/main/resources/changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e9378478f..f78156a5d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -5,9 +5,10 @@ Changes in version 1.0.0.M5 ---------------------------------------- General - +* Polished basic mapping infrastructure Repository +* Minor API change in AbstractRepositoryConfigDefinitionParser * Extension module for Spring MVC integration (DATAJPA-19) @@ -24,7 +25,7 @@ Repository * Introduced metamodel for entities and repositories (DATACMNS-17) * Fixed returning wrong class PersistableEntityMetadata (DATACMNS-19) * Introduced infrastructure to post-process RepositoryQuery instances (DATACMNS-18) -* Renamed Repository.findById(...) to findOne(É) (DATACMNS-20) +* Renamed Repository.findById(...) to findOne(...) (DATACMNS-20) * Changed method signature of Repository.findAll(...) and according methods to Iterable (DATACMNS-21)