From 6508b3db7ce7c28535b4566ba9f800b27d2fc31c Mon Sep 17 00:00:00 2001 From: Elias Van Ootegem Date: Mon, 21 Dec 2015 09:40:12 +0000 Subject: [PATCH] Fix typo in changelog --- CHANGELOG-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.md b/CHANGELOG-3.0.md index fae727429a..fbdfd55b5c 100644 --- a/CHANGELOG-3.0.md +++ b/CHANGELOG-3.0.md @@ -26,7 +26,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * bug #16312 [HttpKernel] clearstatcache() so the Cache sees when a .lck file has been released (mpdude) * bug #16351 [WIP] [Form] [TwigBridge] Bootstrap horizontal theme missing tests (pieter2627) * feature #16715 [Form] Remove choices_as_values option on ChoiceType (nicolas-grekas) - * feature #16692 [Form] Drop remaing CsrfProviderAdapter/Interface mentions (nicolas-grekas) + * feature #16692 [Form] Drop remaining CsrfProviderAdapter/Interface mentions (nicolas-grekas) * feature #16719 [Security] remove deprecated HTTP digest auth key (xabbuh) * bug #16685 [Form] Fixed: Duplicate choice labels are remembered when using "choices_as_values" = false (webmozart) * feature #16709 [Bridge\PhpUnit] Display the stack trace of a deprecation on-demand (nicolas-grekas)