Skip to content

Commit

Permalink
Merge branch '3.6'
Browse files Browse the repository at this point in the history
* 3.6:
  Add changelog for 3.6
  Add changelog entry for 3.5.4
  • Loading branch information
alcaeus committed Sep 24, 2019
2 parents 4173faf + 46e07b1 commit 6024b34
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ 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.5.4 (2019-09-24)
------------------

All issues and pull requests in this release may be found under the [3.5.4 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.5.4).

* [580](https://github.com/doctrine/DoctrineMongoDBBundle/pull/514) fixes issues in the travis-ci build
* [578](https://github.com/doctrine/DoctrineMongoDBBundle/pull/513) removes hardcoded exit calls in favour of exceptions
* [534](https://github.com/doctrine/DoctrineMongoDBBundle/pull/534) fixes the link to the PHP 7 usage instructions

3.5.3 (2018-12-22)
------------------

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
CHANGELOG for 3.6.x
===================

3.6.0 (2019-09-24)
------------------

All issues and pull requests in this release may be found under the [3.6.0 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.6.0).

- [559: Make sure doctrine/data-fixtures is really optional](https://github.com/doctrine/DoctrineMongoDBBundle/pull/559) thanks to @teohhanhui

3.6.0-RC1 (2019-06-05)
----------------------

All issues and pull requests in this release may be found under the [3.6.0-RC1 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.6.0-RC1).

- [553: Replace getRootDir by getProjectDir](https://github.com/doctrine/DoctrineMongoDBBundle/pull/553) thanks to @kpn13
- [550: Event subscriber](https://github.com/doctrine/DoctrineMongoDBBundle/pull/550) thanks to @emulienfou
- [529: First implementation of symfony fixture loader + group support #461](https://github.com/doctrine/DoctrineMongoDBBundle/pull/529) thanks to @arendjantetteroo and @buffcode

0 comments on commit 6024b34

Please sign in to comment.