Skip to content

Commit

Permalink
Add changelog for 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Dec 15, 2015
1 parent cf4fc73 commit f14ee65
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,22 @@ To generate a changelog summary since the last version, run
1.0.x-dev
---------

1.0.3 (2015-11-03)
1.0.4 (2015-12-15)
------------------

All issues and pull requests in this release may be found under the
[1.0.4 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.4).

* [#1276](https://github.com/doctrine/mongodb-odm/pull/1276) fixes a bug when the property name and database field name of an embedded document were different.
* [#1281](https://github.com/doctrine/mongodb-odm/pull/1281) fixes orphanRemoval in PersistentCollection objects when moving items within the collection.
* [#1298](https://github.com/doctrine/mongodb-odm/pull/1298) ensures that \MongoRegex instances are not converted to string when running queries.
* [#1300](https://github.com/doctrine/mongodb-odm/pull/1300) ensures that inherited properties and methods are not duplicated to child classes when generating documents.
* [#1306](https://github.com/doctrine/mongodb-odm/pull/1306) fixes an issue where changesets computed manually before flush could have been lost.


1.0.3 (2015-11-03)
-----------------

All issues and pull requests in this release may be found under the
[1.0.3 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.3).

Expand Down

0 comments on commit f14ee65

Please sign in to comment.