diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9e3705cb4..868868ba8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,27 @@ Spring Data Document Changelog ============================================= +Changes in version 1.0.1.RELEASE MongoDB (2012-02-11) +----------------------------------------------------- +** Bug + * [DATAMONGO-363] - Criteria.and() cannot be chained when using Criteria.gte and Criteria.lte + * [DATAMONGO-364] - Chaining of Criteria when including a GeoSpatial field is inconsistent. + * [DATAMONGO-368] - Empty values in collections are not supported + * [DATAMONGO-369] - Wrong query created when one value is a DBObject + * [DATAMONGO-376] - Fix potential NPE in SpringDataMongodbSerializer + * [DATAMONGO-380] - maps with mongo reserved characters for keys generate on save: java.lang.IllegalArgumentException: fields stored in the db can't have . in them + * [DATAMONGO-387] - Executing query methods with GeoPage results doesn't work + * [DATAMONGO-401] - StringBasedMongoQuery suffers from NullPointerException in case a null parameter gets bound to a parameter placeholder + +** Improvement + * [DATAMONGO-375] - Polish versions of referenced XSD schemas + * [DATAMONGO-379] - Exception when trying to instantiate an entity having a primitive constructor argument and no according document field + * [DATAMONGO-390] - Add Converter for UUID + * [DATAMONGO-397] - MongoRepositoryFactoryBean should refer to MongoOperations instead of MongoTemplate + +** Task + * [DATAMONGO-395] - Release 1.0.1. + Changes in version 1.0.0.RELEASE MongoDB (2011-12-22) -----------------------------------------------------