From b217c0fa683f808c686a91ea4397159e37ed9846 Mon Sep 17 00:00:00 2001 From: Maciej Malarz Date: Thu, 19 Apr 2018 16:16:49 +0200 Subject: [PATCH] Add changelog for 3.4.3 --- CHANGELOG-3.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 8f5c93b9..c3d465b4 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -12,6 +12,13 @@ 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.4.3 (2018-04-19) +------------------ + +All issues and pull requests in this release may be found under the [3.4.3 milestone](https://github.com/doctrine/DoctrineMongoDBBundle/issues?q=milestone%3A3.4.3). + + * [458](https://github.com/doctrine/DoctrineMongoDBBundle/pull/458) makes form type guesser ignore unmapped fields instead of throwing an exception + 3.4.2 (2018-03-22) ------------------