We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06c4cad + 31652e5 commit 183ee00Copy full SHA for 183ee00
1 file changed
CHANGELOG-1.0.md
@@ -12,6 +12,15 @@ the older and newer versions, respectively.
12
To generate a changelog summary since the last version, run
13
`git log --no-merges --oneline XXX...HEAD`
14
15
+1.0.7 (2016-07-27)
16
+------------------
17
+
18
+All issues and pull requests in this release may be found under the
19
+[1.0.0 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.7).
20
21
+* [#1461](https://github.com/doctrine/mongodb-odm/pull/1461) fixes overwriting data of documents contained in sorted collection
22
+* [#1466](https://github.com/doctrine/mongodb-odm/pull/1466) fixes hydrating `null` value when field is nullable
23
24
1.0.6 (2016-06-09)
25
------------------
26
0 commit comments