diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 433180d32..d0475126a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -15,6 +15,7 @@ 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) Changes in version 1.0.0.M3 (2011-02-09) ----------------------------------------