Skip to content

Commit 12611cf

Browse files
authored
Merge pull request #1552 from malarzm/prep-1.1.3
Prepare 1.1.3 release
2 parents 15a372a + 8da78f2 commit 12611cf

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG-1.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.3 (2017-01-14)
9+
------------------
10+
11+
All issues and pull requests in this release may be found under the
12+
[1.1.3 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.3).
13+
14+
* [#1551](https://github.com/doctrine/mongodb-odm/pull/1551) fixes modifying reference fields with Query Builder
15+
* [#1550](https://github.com/doctrine/mongodb-odm/pull/1550) fixes reusing embedded documents with multiple flushes
16+
* [#1543](https://github.com/doctrine/mongodb-odm/pull/1543) provides support for nullable return types in custom collections
17+
* [#1540](https://github.com/doctrine/mongodb-odm/pull/1540) ensures compatibility with MongoDB 3.4
18+
* [#1544](https://github.com/doctrine/mongodb-odm/pull/1544) ensures compatibility with PHP 7.1
19+
820
1.1.2 (2016-10-07)
921
------------------
1022

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.2'
50+
release = '1.1.3'
5151

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

0 commit comments

Comments
 (0)