Skip to content

Commit aaa4684

Browse files
committed
Add changelog for 1.1.7
1 parent c51a9df commit aaa4684

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG-1.1.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
55
1.0.x branch, please review
66
[Upgrade Path](https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path).
77

8+
1.1.7 (2017-10-23)
9+
------------------
10+
11+
All issues and pull requests in this release may be found under the
12+
[1.1.7 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.7).
13+
14+
* [#1642](https://github.com/doctrine/mongodb-odm/pull/1642) fixes the return type of `DocumentManager::getHydratorFactory`.
15+
* [#1636](https://github.com/doctrine/mongodb-odm/pull/1636) fixes reference preparation when using `storeAs=dbRef` with no `targetDocument`.
16+
* [#1646](https://github.com/doctrine/mongodb-odm/pull/1646) fixes invalid UUID data in tests with new driver versions.
17+
* [#1649](https://github.com/doctrine/mongodb-odm/pull/1649) fixes the version constraint for `doctrine/instantiator`, allowing newer versions to be installed.
18+
19+
820
1.1.6 (2017-08-19)
921
------------------
1022

0 commit comments

Comments
 (0)