You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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