Skip to content

Commit cb327d1

Browse files
committed
Merge pull request #1265 from doctrine/malarzm-patch-1
Change 1.0.3 PR into actual list
2 parents 8eb8cc6 + 3bcf867 commit cb327d1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG-1.0.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ To generate a changelog summary since the last version, run
2121
All issues and pull requests in this release may be found under the
2222
[1.0.3 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.3).
2323

24-
[#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)
2726
make it possible to simply reuse embedded documents and collections without manually cloning them. For more information
2827
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
3029
into a collection after being removed. Also, documents overwritten by `set` method are now properly handled by orphan
3130
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
3332
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
3534
`odm:generate:documents` command.
3635

3736
1.0.2 (2015-08-31)

0 commit comments

Comments
 (0)