File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ To generate a changelog summary since the last version, run
2121All issues and pull requests in this release may be found under the
2222[ 1.0.0-BETA10 milestone] ( https://github.com/doctrine/mongodb-odm/issues?milestone=2&state=closed ) .
2323
24+ #### ResolveTargetDocumentListener
25+
26+ [ #663 ] ( https://github.com/doctrine/mongodb-odm/pull/663 ) added a new
27+ ResolveTargetDocumentListener service, which allows ` targetDocument ` metadata to
28+ be resolved at runtime. This is based on a corresponding class in ORM, which has
29+ existed since version 2.2. This promotes loose coupling by allowing interfaces
30+ or abstract classes to be specified in the owning model's metadata. The service
31+ will then resolve those values to a concrete class upon the ODM's request.
32+
2433#### Improved support for differentiating identifier types and non-scalar values
2534
2635ODM previously required that documents use scalar identifier values. Also, the
You can’t perform that action at this time.
0 commit comments