Skip to content

Commit

Permalink
Merge pull request #1265 from doctrine/malarzm-patch-1
Browse files Browse the repository at this point in the history
Change 1.0.3 PR into actual list
  • Loading branch information
malarzm committed Nov 3, 2015
2 parents 8eb8cc6 + 3bcf867 commit cb327d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ To generate a changelog summary since the last version, run
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).

[#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.
[#1259](https://github.com/doctrine/mongodb-odm/pull/1259) and [#1252](https://github.com/doctrine/mongodb-odm/pull/1252)
* [#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.
* [#1259](https://github.com/doctrine/mongodb-odm/pull/1259) and [#1252](https://github.com/doctrine/mongodb-odm/pull/1252)
make it possible to simply reuse embedded documents and collections without manually cloning them. For more information
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).
[#1248](https://github.com/doctrine/mongodb-odm/pull/1248) fixes the state of an embedded document that is added back
* [#1248](https://github.com/doctrine/mongodb-odm/pull/1248) fixes the state of an embedded document that is added back
into a collection after being removed. Also, documents overwritten by `set` method are now properly handled by orphan
removal.
[#1251](https://github.com/doctrine/mongodb-odm/pull/1251) ensures that references mapped with a `repositoryMethod` are
* [#1251](https://github.com/doctrine/mongodb-odm/pull/1251) ensures that references mapped with a `repositoryMethod` are
considered inverse-side relations.
[#1261](https://github.com/doctrine/mongodb-odm/pull/1261) adds a missing `--no-backup` option for the
* [#1261](https://github.com/doctrine/mongodb-odm/pull/1261) adds a missing `--no-backup` option for the
`odm:generate:documents` command.

1.0.2 (2015-08-31)
Expand Down

0 comments on commit cb327d1

Please sign in to comment.