Browse Source

DATAMONGO-514 - Prepare changelog for 1.0.4.RELEASE.

1.0.x
Oliver Gierke 14 years ago
parent
commit
22872f97dc
  1. 14
      src/main/resources/changelog.txt

14
src/main/resources/changelog.txt

@ -1,6 +1,20 @@ @@ -1,6 +1,20 @@
Spring Data Document Changelog
=============================================
Changes in version 1.0.4.RELEASE MongoDB (2012-08-24)
-----------------------------------------------------
** Bug
* [DATAMONGO-493] - Criteria.ne() method converts all value into ObjectId
* [DATAMONGO-494] - $or/$nor expressions do not consider entity class mapping
* [DATAMONGO-495] - JSON can't serialize Enum when printing Query in DEBUG message
** Improvement
* [DATAMONGO-499] - Namespace XSDs of current release version should refer to repositories XSD in version 1.0
** Task
* [DATAMONGO-514] - Release 1.0.4.
Changes in version 1.0.3.RELEASE MongoDB (2012-07-23)
-----------------------------------------------------
** Bug
* [DATAMONGO-467] - String @id field is not mapped to ObjectId when using QueryDSL ".id" path
* [DATAMONGO-469] - Query creation from method names using AND criteria does not work anymore

Loading…
Cancel
Save