8000 updated CHANGELOG for 2.7.20 · symfony/symfony@3dadbe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dadbe6

Browse files
committed
updated CHANGELOG for 2.7.20
1 parent 8d1711a commit 3dadbe6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG-2.7.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.20 (2016-10-27)
11+
12+
* bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)
13+
* bug #20278 [DependencyInjection] merge tags instead of completely replacing them (xabbuh)
14+
* bug #20271 Changes related to Twig 1.27 (fabpot)
15+
* bug #20252 Trim constant values in XmlFileLoader (lstrojny)
16+
* bug #20253 [TwigBridge] Use non-deprecated Twig_Node::getTemplateLine() (fabpot)
17+
* bug #20235 [DomCrawler] Allow pipe (|) character in link tags when using Xpath expressions (klausi, nicolas-grekas)
18+
* bug #20224 [Twig] removed deprecations added in Twig 1.27 (fabpot)
19+
* bug #19478 fixed Filesystem:makePathRelative and added 2 more testcases (muhammedeminakbulut)
20+
* bug #20218 [HttpFoundation] no 304 response if method is not cacheable (xabbuh)
21+
* bug #20207 [DependencyInjection] move tags from decorated to decorating service (xabbuh)
22+
* bug #20205 [HttpCache] fix: do not cache OPTIONS request (dmaicher)
23+
* bug #20146 [Validator] Prevent infinite loop in PropertyMetadata (wesleylancel)
24+
* bug #20184 [FrameworkBundle] Convert null prefix to an empty string in translation:update (chalasr)
25+
* bug #19725 [Security] $attributes can be anything, but RoleVoter assumes strings (Jonatan Männchen)
26+
* bug #20127 [HttpFoundation] JSONP callback validation (ro0NL)
27+
* bug #20163 add missing use statement (xabbuh)
28+
* bug #19961 [Console] Escape question text and default value in SymfonyStyle::ask() (chalasr)
29+
* bug #20141 [Console] Fix validation of empty values using SymfonyQuestionHelper::ask() (chalasr)
30+
* bug #20147 [FrameworkBundle] Alter container class instead of kernel name in cache:clear command (nicolas-grekas)
31+
1032
* 2.7.19 (2016-10-03)
1133

1234
* bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)

0 commit comments

Comments
 (0)
0