Skip to content

Commit 0605bb3

Browse files
committed
Merge branch '1.0.8-changelog' into 1.0.x
* 1.0.8-changelog: Add changelog for 1.0.8
2 parents bfd101b + d182eee commit 0605bb3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG-1.0.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@ 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.8 (2016-10-07)
16+
17+
All issues and pull requests in this release may be found under the
18+
[1.0.8 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.8).
19+
20+
* [#1468](https://github.com/doctrine/mongodb-odm/pull/1468) fixes dropping of GridFS collections when calling `dropCollections()` on the SchemaManager
21+
* [#1500](https://github.com/doctrine/mongodb-odm/pull/1500) fixes orphanRemoval when clearing an uninitialized collection
22+
* [#1503](https://github.com/doctrine/mongodb-odm/pull/1503) fixes an error with `createDbRef` not working for objects with an ID that evaluated to false (e.g. empty string, 0)
23+
1524
1.0.7 (2016-07-27)
1625
------------------
1726

1827
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).
28+
[1.0.7 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.7).
2029

2130
* [#1461](https://github.com/doctrine/mongodb-odm/pull/1461) fixes overwriting data of documents contained in sorted collection
2231
* [#1466](https://github.com/doctrine/mongodb-odm/pull/1466) fixes hydrating `null` value when field is nullable

0 commit comments

Comments
 (0)