8000 updated CHANGELOG for 2.4.7 · symfony/symfony@2b6f116 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b6f116

Browse files
committed
updated CHANGELOG for 2.4.7
1 parent 8185106 commit 2b6f116

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG-2.4.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ in 2.4 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.4.0...v2.4.1
99

10+
* 2.4.7 (2014-07-08)
11+
12+
* bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)
13+
* bug #11238 [Translation] Added unescaping of ids in PoFileLoader (JustBlackBird)
14+
* bug #11194 [DomCrawler] Remove the query string and the anchor of the uri of a link (benja-M-1)
15+
* bug #11272 [Console] Make sure formatter is the same. (akimsko)
16+
* bug #11259 [Config] Fixed failed config schema loads due to libxml_disable_entity_loader usage (ccorliss)
17+
* bug #11234 [ClassLoader] fixed PHP warning on PHP 5.3 (fabpot)
18+
* bug #11179 [Process] Fix ExecutableFinder with open basedir (cs278)
19+
* bug #11242 [CssSelector] Refactored the CssSelector to remove the circular object graph (stof)
20+
* bug #11219 [DomCrawler] properly handle buttons with single and double quotes insid... (xabbuh)
21+
* bug #11220 [Components][Serializer] optional constructor arguments can be omitted during the denormalization process (xabbuh)
22+
* bug #11186 Added missing `break` statement (apfelbox)
23+
* bug #11169 [Console] Fixed notice in DialogHelper (florianv)
24+
* bug #11144 [HttpFoundation] Fixed Request::getPort returns incorrect value under IPv6 (kicken)
25+
* bug #10966 PHP Fatal error when getContainer method of ContainerAwareCommand has be... (kevinvergauwen)
26+
* bug #10981 [HttpFoundation] Fixed isSecure() check to be compliant with the docs (Jannik Zschiesche)
27+
* bug #11092 [HttpFoundation] Fix basic authentication in url with PHP-FPM (Kdecherf)
28+
* bug #10808 [DomCrawler] Empty select with attribute name="foo[]" bug fix (darles)
29+
* bug #11063 [HttpFoundation] fix switch statement (Tobion)
30+
* bug #11009 [HttpFoundation] smaller fixes for PdoSessionHandler (Tobion)
31+
* bug #11041 Remove undefined variable $e (skydiablo)
32+
1033
* 2.4.6 (2014-05-31)
1134

1235
* bug #11014 [Validator] Remove property and method targets from the optional and required constraints (jakzal)

0 commit comments

Comments
 (0)
0