8000 Release v2.7.21 by fabpot · Pull Request #20573 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v2.7.21 #20573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 21, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated CHANGELOG for 2.7.21
  • Loading branch information
fabpot committed Nov 21, 2016
commit aefd0489a9d57e9fbe533513bde7c1931f47a834
18 changes: 18 additions & 0 deletions CHANGELOG-2.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ in 2.7 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/v2.7.0...v2.7.1

* 2.7.21 (2016-11-21)

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

* 2.7.20 (2016-10-27)

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