File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
551.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+
8201.1.2 (2016-10-07)
921------------------
1022
Original file line number Diff line number Diff line change 4747# The short X.Y version.
4848version = '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.
You can’t perform that action at this time.
0 commit comments