From e8b130691c2a588177c7fdf7e76fa1b813fc3968 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 1 Jun 2011 22:11:44 -0400 Subject: [PATCH] updated changelog for M3 --- src/main/resources/changelog.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f97f29a06..0b19ec1ad 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,18 +1,14 @@ Spring Data Document Changelog ============================================= -Changes in version 1.0.0.RC1 MongoDB -------------------------------------------------- - -General - -Changes in version 1.0.0.M3 MongoDB (2011-06-01) +Changes in version 1.0.0.M3 MongoDB (2011-06-02) ------------------------------------------------ General * [DATADOC-92] - Exception translation to catch RuntimeException instead of MongoException * [DATADOC-111] - Ensure all MongoTemplate methods execute within the context of a callback method. * [DATADOC-120] - Remove MongoReaderWriter +* [DATADOC-160] - Review MongoOperations and make the parameter ordering more consistent across methods Core Data Access * [DATADOC-80] - Rename addConverters to setCustomConverters in MappingMongoConverter and SimpleMongoConverter