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
[#1259](https://github.com/doctrine/mongodb-odm/pull/1259) makes it possible to access an embedded document's parent
25
-
association through the UnitOfWork as soon as it's owning document is persisted.
26
-
[#1259](https://github.com/doctrine/mongodb-odm/pull/1259) and [#1252](https://github.com/doctrine/mongodb-odm/pull/1252)
24
+
*[#1259](https://github.com/doctrine/mongodb-odm/pull/1259) makes it possible to access an embedded document's parent association through the UnitOfWork as soon as it's owning document is persisted.
25
+
*[#1259](https://github.com/doctrine/mongodb-odm/pull/1259) and [#1252](https://github.com/doctrine/mongodb-odm/pull/1252)
27
26
make it possible to simply reuse embedded documents and collections without manually cloning them. For more information
28
27
please see the [1.0.3 release blog post](http://www.doctrine-project.org/2015/11/03/doctrine-mongodb-odm-release-1-0-3.html).
29
-
[#1248](https://github.com/doctrine/mongodb-odm/pull/1248) fixes the state of an embedded document that is added back
28
+
*[#1248](https://github.com/doctrine/mongodb-odm/pull/1248) fixes the state of an embedded document that is added back
30
29
into a collection after being removed. Also, documents overwritten by `set` method are now properly handled by orphan
31
30
removal.
32
-
[#1251](https://github.com/doctrine/mongodb-odm/pull/1251) ensures that references mapped with a `repositoryMethod` are
31
+
*[#1251](https://github.com/doctrine/mongodb-odm/pull/1251) ensures that references mapped with a `repositoryMethod` are
33
32
considered inverse-side relations.
34
-
[#1261](https://github.com/doctrine/mongodb-odm/pull/1261) adds a missing `--no-backup` option for the
33
+
*[#1261](https://github.com/doctrine/mongodb-odm/pull/1261) adds a missing `--no-backup` option for the
0 commit comments