From 8a40cf421c18e934959c6dd80ae991a39fbda596 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 15:01:02 +0200 Subject: [PATCH] DATAMONGO-971 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 880234f4b..801c086d5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.5.1.RELEASE (2014-06-30) +--------------------------------------------- +* DATAMONGO-971 - Release 1.5.1. +* DATAMONGO-970 - Id query cannot be created if object to remove is DBObject. +* DATAMONGO-963 - Compound index with expireAfterSeconds causes repeating error on mongodb server. +* DATAMONGO-962 - “Cycle found” with Spring Data Mongo 1.5. +* DATAMONGO-953 - Update object should have a proper equals/hashcode/toString. +* DATAMONGO-952 - @Query annotation does not work with only field restrictions. +* DATAMONGO-949 - CyclicPropertyReferenceException in versions 1.5.0 + for MongoDB. +* DATAMONGO-948 - Assertion error in MongoTemplate.getMappedSortObject. +* DATAMONGO-938 - Exception when creating geo within Criteria using MapReduce. +* DATAMONGO-745 - @Query($in) and Pageable in result Page total = 0. + + Changes in version 1.4.3.RELEASE (2014-06-18) --------------------------------------------- * DATAMONGO-955 - Release 1.4.3.