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,20 @@ 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.1 (2016-07-27)
9+ ------------------
10+
11+ All issues and pull requests in this release may be found under the
12+ [ 1.1.1 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.1 ) .
13+
14+ * [ #1436 ] ( https://github.com/doctrine/mongodb-odm/pull/1436 ) ensures generated Documents/Repositories follow PSR-2 coding standard
15+ * [ #1437 ] ( https://github.com/doctrine/mongodb-odm/pull/1437 ) fixes change set of exchanged collection to include old one
16+ * [ #1440 ] ( https://github.com/doctrine/mongodb-odm/pull/1440 ) fixes upserting documents mapped with YAML file
17+ * [ #1458 ] ( https://github.com/doctrine/mongodb-odm/pull/1458 ) adds support for ` customCollection ` to XML/YAML drivers
18+ * [ #1461 ] ( https://github.com/doctrine/mongodb-odm/pull/1461 ) fixes overwriting data of documents contained in sorted collection
19+ * [ #1462 ] ( https://github.com/doctrine/mongodb-odm/pull/1462 ) makes PersistentCollection call decorated ` ArrayAccess ` related methods
20+ * [ #1466 ] ( https://github.com/doctrine/mongodb-odm/pull/1466 ) fixes hydrating ` null ` value when field is nullable
21+
8221.1.0
923-----
1024
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.0 '
50+ release = '1.1.1 '
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