Skip to content

Commit 318c965

Browse files
committed
Merge pull request #1362 from malarzm/release-1.0.5
Release 1.0.5
2 parents 01b334a + 9ad9f92 commit 318c965

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG-1.0.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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.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

1830
1.0.4 (2015-12-15)
1931
------------------

docs/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '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.

0 commit comments

Comments
 (0)