From 04e7d44d129572cd717f6fc1ed5182f3f0425f78 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Aug 2017 15:34:58 -0700 Subject: [PATCH] updated CHANGELOG for 3.3.8 --- CHANGELOG-3.3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 185d1432cc..3331ea2a1d 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -7,6 +7,10 @@ in 3.3 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.3.0...v3.3.1 +* 3.3.8 (2017-08-28) + + * bug #24016 [DI] Fix tracking env var placeholders nested in object graphs (nicolas-grekas) + * 3.3.7 (2017-08-28) * bug #24009 [DI] Fix tracking env vars when merging configs (bis) (nicolas-grekas)