From c30ec36f216895d4f1c6ec62e4130b82fcedc66c Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Thu, 17 Nov 2016 21:40:35 +0100 Subject: [PATCH] Fixed generation mistake in changelog --- CHANGELOG-3.2.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 80a81116bae33..b1fe6f167c120 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -7,10 +7,6 @@ in 3.2 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.2.0...v3.2.1 -* 3.2.0-RC1 (2016-11-17) - - * - * 3.2.0-RC1 (2016-11-17) * feature #20533 [DI] Revert "deprecate get() for uncompiled container builders" (nicolas-grekas)