Skip to content

Commit

Permalink
Merge pull request #1574 from alcaeus/changelog-1.1.4
Browse files Browse the repository at this point in the history
Add Changelog for 1.1.4
  • Loading branch information
alcaeus authored Mar 27, 2017
2 parents 62554ce + 429212b commit 92d74b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
1.0.x branch, please review
[Upgrade Path](https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path).

1.1.4 (2017-03-27)
------------------

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

* [#1572](https://github.com/doctrine/mongodb-odm/pull/1572) fixes calling `count()` on an inverse persistent collection with `limit` or `skip` in the mapping
* [#1556](https://github.com/doctrine/mongodb-odm/pull/1556) fixes an issue where inheritance mapping wasn't always properly serialized
* [#1554](https://github.com/doctrine/mongodb-odm/pull/1554) fixes field name translation for references in query builder

1.1.3 (2017-01-14)
------------------

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.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.3'
release = '1.1.4'

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

0 comments on commit 92d74b1

Please sign in to comment.