Skip to content

Commit 78469df

Browse files
authored
Merge pull request #431 from alcaeus/changelog-3.4.0
Add changelog for 3.4.0
2 parents 24620be + 5c6c031 commit 78469df

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
File renamed without changes.

CHANGELOG-3.4.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
CHANGELOG for 3.4.x
2+
===================
3+
4+
This changelog references the relevant changes done in 3.4 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.4.x-dev
16+
---------
17+
18+
3.4.0 (2017-09-22)
19+
------------------
20+
21+
All issues and pull requests in this release may be found under the [3.4 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.4.0).
22+
23+
* [430](https://github.com/doctrine/DoctrineMongoDBBundle/pull/430) excludes embedded documents from proxy generation in `ProxyCacheWarmer`.
24+
* [425](https://github.com/doctrine/DoctrineMongoDBBundle/pull/425) adds the `odm:schema:shard` command.
25+
* [416](https://github.com/doctrine/DoctrineMongoDBBundle/pull/416) handles the deprecation of `DefinitionDecorator`.
26+
* [410](https://github.com/doctrine/DoctrineMongoDBBundle/pull/410) fixes the notation for Twig template names in the data collector.

0 commit comments

Comments
 (0)