Skip to content

Commit

Permalink
Merge pull request #1362 from malarzm/release-1.0.5
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
malarzm committed Feb 16, 2016
2 parents 01b334a + 9ad9f92 commit 318c965
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ the older and newer versions, respectively.
To generate a changelog summary since the last version, run
`git log --no-merges --oneline XXX...HEAD`

1.0.x-dev
---------
1.0.5 (2016-02-16)
------------------

All issues and pull requests in this release may be found under the
[1.0.5 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.0.5).

* [#1266](https://github.com/doctrine/mongodb-odm/pull/1266) excludes changes to inverse side of relationship from change set.
* [#1313](https://github.com/doctrine/mongodb-odm/pull/1313) fixes querying for empty collection of simple references.
* [#1319](https://github.com/doctrine/mongodb-odm/pull/1319) fixes creation of discriminated documents during upserts.
* [#1320](https://github.com/doctrine/mongodb-odm/pull/1320) lets `ReflectionException` bubble when mapping not existing field.
* [#1328](https://github.com/doctrine/mongodb-odm/pull/1328) fixes compatibility with version 2.6 of `doctrine/common`.
* [#1341](https://github.com/doctrine/mongodb-odm/pull/1341) fixes XSD entry for `repository-method`.
* [#1355](https://github.com/doctrine/mongodb-odm/pull/1355) fixes initialization of mapped `public` properties when hydrating into `Proxy`.


1.0.4 (2015-12-15)
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.3'
release = '1.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 318c965

Please sign in to comment.