Skip to content

Commit 95a2f3a

Browse files
committed
Merge pull request #1420 from alcaeus/1.0.6-changelog
Add changelog for 1.0.6 release
2 parents f4d4ca2 + 3a5249e commit 95a2f3a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG-1.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ the older and newer versions, respectively.
1212
To generate a changelog summary since the last version, run
1313
`git log --no-merges --oneline XXX...HEAD`
1414

15+
1.0.6 (2016-06-09)
16+
------------------
17+
18+
All issues and pull requests in this release may be found under the
19+
[1.0.6 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.6).
20+
21+
* [#1382](https://github.com/doctrine/mongodb-odm/pull/1382) fixes the conversion `MongoDate` objects to `DateTime`.
22+
* [#1406](https://github.com/doctrine/mongodb-odm/pull/1406) fixes queries to simple references.
23+
* [#1416](https://github.com/doctrine/mongodb-odm/pull/1416) fixes name resolution when priming references contained in embedded documents.
24+
* [#1417](https://github.com/doctrine/mongodb-odm/pull/1417) fixes unserializing PersistentCollection objects contained in documents.
25+
* [#1431](https://github.com/doctrine/mongodb-odm/pull/1431) fixes potential object hash collisions with embedded documents by keeping a copy of the document in UnitOfWork.
26+
1527
1.0.5 (2016-02-16)
1628
------------------
1729

0 commit comments

Comments
 (0)