File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,20 @@ the older and newer versions, respectively.
1212To generate a changelog summary since the last version, run
1313` git log --no-merges --oneline XXX...HEAD `
1414
15- 1.0.x-dev
16- ---------
15+ 1.0.5 (2016-02-16)
16+ ------------------
17+
18+ All issues and pull requests in this release may be found under the
19+ [ 1.0.5 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.5 ) .
20+
21+ * [ #1266 ] ( https://github.com/doctrine/mongodb-odm/pull/1266 ) excludes changes to inverse side of relationship from change set.
22+ * [ #1313 ] ( https://github.com/doctrine/mongodb-odm/pull/1313 ) fixes querying for empty collection of simple references.
23+ * [ #1319 ] ( https://github.com/doctrine/mongodb-odm/pull/1319 ) fixes creation of discriminated documents during upserts.
24+ * [ #1320 ] ( https://github.com/doctrine/mongodb-odm/pull/1320 ) lets ` ReflectionException ` bubble when mapping not existing field.
25+ * [ #1328 ] ( https://github.com/doctrine/mongodb-odm/pull/1328 ) fixes compatibility with version 2.6 of ` doctrine/common ` .
26+ * [ #1341 ] ( https://github.com/doctrine/mongodb-odm/pull/1341 ) fixes XSD entry for ` repository-method ` .
27+ * [ #1355 ] ( https://github.com/doctrine/mongodb-odm/pull/1355 ) fixes initialization of mapped ` public ` properties when hydrating into ` Proxy ` .
28+
1729
18301.0.4 (2015-12-15)
1931------------------
Original file line number Diff line number Diff line change 4747# The short X.Y version.
4848version = '1.0'
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0.3 '
50+ release = '1.0.5 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments