Skip to content

Commit d6110fa

Browse files
committed
Update changelog for 1.0.0-BETA11
1 parent e60c18c commit d6110fa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG-1.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@ To generate a changelog summary since the last version, run
1515
1.0.x-dev
1616
---------
1717

18+
1.0.0-BETA11 (2014-06-06)
19+
-------------------------
20+
21+
All issues and pull requests in this release may be found under the
22+
[1.0.0-BETA11 milestone](https://github.com/doctrine/mongodb-odm/issues?milestone=5&state=closed).
23+
24+
#### Ensure cascade mapping option is always set
25+
26+
ClassMetadataInfo's handling of cascade options was refactored in
27+
[#888](https://github.com/doctrine/mongodb-odm/pull/888) to be more consistent
28+
with ORM. These changes ensure that `$mapping["cascade"]` is always set, which
29+
is required by ResolveTargetDocumentListener.
30+
31+
#### Use Reflection API to create document instances in PHP 5.4+
32+
33+
PHP 5.4.29 and 5.5.13 introduced a BC-breaking change to `unserialize()`, which
34+
broke ODM's ability to instantiate document classes without invoking their
35+
constructor (used for hydration). The suggested work-around is to use
36+
`ReflectionClass::newInstanceWithoutConstructor()`, which is available in 5.4+.
37+
This change was implemented in
38+
[#893](https://github.com/doctrine/mongodb-odm/pull/893).
39+
1840
1.0.0-BETA10 (2014-05-05)
1941
-------------------------
2042

0 commit comments

Comments
 (0)