Skip to content

Commit f14ee65

Browse files
committed
Add changelog for 1.0.4 release
1 parent cf4fc73 commit f14ee65

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG-1.0.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,22 @@ To generate a changelog summary since the last version, run
1515
1.0.x-dev
1616
---------
1717

18-
1.0.3 (2015-11-03)
18+
1.0.4 (2015-12-15)
1919
------------------
2020

21+
All issues and pull requests in this release may be found under the
22+
[1.0.4 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.4).
23+
24+
* [#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.
25+
* [#1281](https://github.com/doctrine/mongodb-odm/pull/1281) fixes orphanRemoval in PersistentCollection objects when moving items within the collection.
26+
* [#1298](https://github.com/doctrine/mongodb-odm/pull/1298) ensures that \MongoRegex instances are not converted to string when running queries.
27+
* [#1300](https://github.com/doctrine/mongodb-odm/pull/1300) ensures that inherited properties and methods are not duplicated to child classes when generating documents.
28+
* [#1306](https://github.com/doctrine/mongodb-odm/pull/1306) fixes an issue where changesets computed manually before flush could have been lost.
29+
30+
31+
1.0.3 (2015-11-03)
32+
-----------------
33+
2134
All issues and pull requests in this release may be found under the
2235
[1.0.3 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.3).
2336

0 commit comments

Comments
 (0)