Skip to content

Commit

Permalink
Merge pull request #409 from doctrine/changelog-3.3
Browse files Browse the repository at this point in the history
Prepare 3.3 release
  • Loading branch information
malarzm authored Apr 28, 2017
2 parents dfd55d9 + f514291 commit ea77a22
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG_3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
CHANGELOG for 3.3.x
===================

This changelog references the relevant changes done in 3.3 minor versions.

To get the diff for a specific change, go to
https://github.com/doctrine/DoctrineMongoDBBundle/commit/XXX
where XXX is the commit hash. To get the diff between two versions, go to
https://github.com/doctrine/DoctrineMongoDBBundle/compare/XXX...YYY
where XXX and YYY are the older and newer versions, respectively.

To generate a changelog summary since the last version, run
`git log --no-merges --oneline XXX...HEAD`

3.3.x-dev
---------

3.3.0 (2017-04-28)
------------------

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

* [408](https://github.com/doctrine/DoctrineMongoDBBundle/pull/408) adds kernel path for fixture loader for bundle-less applications
* [406](https://github.com/doctrine/DoctrineMongoDBBundle/pull/406) adds support for aggregation queries in data collector
* [397](https://github.com/doctrine/DoctrineMongoDBBundle/pull/397) adds support for additional driver options such as stream context
* [396](https://github.com/doctrine/DoctrineMongoDBBundle/pull/396) exposes `authSource` option in bundle's configuration
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.4-dev"
}
}
}

0 comments on commit ea77a22

Please sign in to comment.