Skip to content

Commit 9eedb38

Browse files
authored
Merge pull request #1465 from malarzm/release-1.1.1
Prepare 1.1.1 release
2 parents 4aa45f5 + dc3018d commit 9eedb38

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG-1.1.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.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+
822
1.1.0
923
-----
1024

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.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.

0 commit comments

Comments
 (0)