From 33bc4fffd954d2145eefb46cc95620a4a835d873 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Oct 2014 11:57:35 +0100 Subject: [PATCH] DATAMONGO-1079 - Updated changelog. --- src/main/resources/changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 940435d0d..dcf73c3c8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.6.1.RELEASE (2014-10-30) +--------------------------------------------- +* DATAMONGO-1080 - AbstractMongoQuery must not eagerly post-process results. +* DATAMONGO-1079 - Release 1.6.1. +* DATAMONGO-1077 - Update removes positional operator $ in key when used on DBRef property. +* DATAMONGO-1076 - Finalizer hit db on lazy dbrefs. +* DATAMONGO-1072 - Query placeholders in keys no longer correctly substituted. +* DATAMONGO-1070 - Query annotation with $oid leads to a parse error. +* DATAMONGO-1068 - elemMatch of Class Criteria fails to build special cirteria. +* DATAMONGO-1063 - IllegalStateException using any().in(). +* DATAMONGO-1062 - Fix failing test in ServerAddressPropertyEditorUnitTests. +* DATAMONGO-1058 - Using @Field("foo") with @Dbref breaking behavior. +* DATAMONGO-1057 - AbstractMongoQuery.SlicedExecution#execute() skips every nth element. +* DATAMONGO-1053 - In 1.6, any field in a mapped object named "language" will fail to map if it is a type other than String. +* DATAMONGO-1049 - Reserved field name 'language' causes trouble. + + Changes in version 1.6.0.RELEASE (2014-09-05) --------------------------------------------- * DATAMONGO-1046 - Release 1.6 GA.