Skip to content

Commit ea77a22

Browse files
authored
Merge pull request #409 from doctrine/changelog-3.3
Prepare 3.3 release
2 parents dfd55d9 + f514291 commit ea77a22

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG_3.3.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
CHANGELOG for 3.3.x
2+
===================
3+
4+
This changelog references the relevant changes done in 3.3 minor versions.
5+
6+
To get the diff for a specific change, go to
7+
https://github.com/doctrine/DoctrineMongoDBBundle/commit/XXX
8+
where XXX is the commit hash. To get the diff between two versions, go to
9+
https://github.com/doctrine/DoctrineMongoDBBundle/compare/XXX...YYY
10+
where XXX and YYY are the older and newer versions, respectively.
11+
12+
To generate a changelog summary since the last version, run
13+
`git log --no-merges --oneline XXX...HEAD`
14+
15+
3.3.x-dev
16+
---------
17+
18+
3.3.0 (2017-04-28)
19+
------------------
20+
21+
All issues and pull requests in this release may be found under the [3.3 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.3).
22+
23+
* [408](https://github.com/doctrine/DoctrineMongoDBBundle/pull/408) adds kernel path for fixture loader for bundle-less applications
24+
* [406](https://github.com/doctrine/DoctrineMongoDBBundle/pull/406) adds support for aggregation queries in data collector
25+
* [397](https://github.com/doctrine/DoctrineMongoDBBundle/pull/397) adds support for additional driver options such as stream context
26+
* [396](https://github.com/doctrine/DoctrineMongoDBBundle/pull/396) exposes `authSource` option in bundle's configuration

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "3.1-dev"
42+
"dev-master": "3.4-dev"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)