You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#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
+
21
34
All issues and pull requests in this release may be found under the
0 commit comments