Skip to content

Commit 6024b34

Browse files
committed
Merge branch '3.6'
* 3.6: Add changelog for 3.6 Add changelog entry for 3.5.4
2 parents 4173faf + 46e07b1 commit 6024b34

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG-3.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ where XXX and YYY are the older and newer versions, respectively.
1212
To generate a changelog summary since the last version, run
1313
`git log --no-merges --oneline XXX...HEAD`
1414

15+
3.5.4 (2019-09-24)
16+
------------------
17+
18+
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).
19+
20+
* [580](https://github.com/doctrine/DoctrineMongoDBBundle/pull/514) fixes issues in the travis-ci build
21+
* [578](https://github.com/doctrine/DoctrineMongoDBBundle/pull/513) removes hardcoded exit calls in favour of exceptions
22+
* [534](https://github.com/doctrine/DoctrineMongoDBBundle/pull/534) fixes the link to the PHP 7 usage instructions
23+
1524
3.5.3 (2018-12-22)
1625
------------------
1726

CHANGELOG-3.6.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
CHANGELOG for 3.6.x
2+
===================
3+
4+
3.6.0 (2019-09-24)
5+
------------------
6+
7+
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).
8+
9+
- [559: Make sure doctrine/data-fixtures is really optional](https://github.com/doctrine/DoctrineMongoDBBundle/pull/559) thanks to @teohhanhui
10+
11+
3.6.0-RC1 (2019-06-05)
12+
----------------------
13+
14+
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).
15+
16+
- [553: Replace getRootDir by getProjectDir](https://github.com/doctrine/DoctrineMongoDBBundle/pull/553) thanks to @kpn13
17+
- [550: Event subscriber](https://github.com/doctrine/DoctrineMongoDBBundle/pull/550) thanks to @emulienfou
18+
- [529: First implementation of symfony fixture loader + group support #461](https://github.com/doctrine/DoctrineMongoDBBundle/pull/529) thanks to @arendjantetteroo and @buffcode

0 commit comments

Comments
 (0)