Skip to content

Commit 92d74b1

Browse files
authored
Merge pull request #1574 from alcaeus/changelog-1.1.4
Add Changelog for 1.1.4
2 parents 62554ce + 429212b commit 92d74b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG-1.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
55
1.0.x branch, please review
66
[Upgrade Path](https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path).
77

8+
1.1.4 (2017-03-27)
9+
------------------
10+
11+
All issues and pull requests in this release may be found under the
12+
[1.1.4 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.4).
13+
14+
* [#1572](https://github.com/doctrine/mongodb-odm/pull/1572) fixes calling `count()` on an inverse persistent collection with `limit` or `skip` in the mapping
15+
* [#1556](https://github.com/doctrine/mongodb-odm/pull/1556) fixes an issue where inheritance mapping wasn't always properly serialized
16+
* [#1554](https://github.com/doctrine/mongodb-odm/pull/1554) fixes field name translation for references in query builder
17+
818
1.1.3 (2017-01-14)
919
------------------
1020

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

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

0 commit comments

Comments
 (0)