Skip to content

Commit aefd048

Browse files
committed
updated CHANGELOG for 2.7.21
1 parent e968d0f commit aefd048

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG-2.7.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ in 2.7 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
99

10+
* 2.7.21 (2016-11-21)
11+
12+
* bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas)
13+
* bug #20484 bumped min version of Twig to 1.28 (fabpot)
14+
* bug #20519 [Debug] Remove GLOBALS from exception context to avoid endless recursion (Seldaek)
15+
* bug #20455 [ClassLoader] Fix ClassCollectionLoader inlining with __halt_compiler (giosh94mhz)
16+
* bug #20307 [Form] Fix Date\TimeType marked as invalid on request with single_text and zero seconds (LuisDeimos)
17+
* bug #20466 [Translation] fixed nested fallback catalogue using multiple locales. (aitboudad)
18+
* bug #20465 [#18637][TranslationDebug] workaround for getFallbackLocales. (aitboudad)
19+
* bug #20440 [TwigBridge][TwigBundle][HttpKernel] prefer getSourceContext() over getSource() (xabbuh)
20+
* bug #20422 [Translation][fallback] add missing resources in parent catalogues. (aitboudad)
21+
* bug #20378 [Form] Fixed show float values as choice value in ChoiceType (yceruto)
22+
* bug #20375 [HttpFoundation][Session] Fix memcache session handler (klandaika)
23+
* bug #20377 [Console] Fix infinite loop on missing input (chalasr)
24+
* bug #20342 [Form] Fix UrlType transforms valid protocols (ogizanagi)
25+
* bug #20292 Enhance GAE compat by removing some realpath() (nicolas-grekas)
26+
* bug #20321 Compatibility with Twig 1.27 (xkobal)
27+
1028
* 2.7.20 (2016-10-27)
1129

1230
* bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)

0 commit comments

Comments
 (0)