Skip to content

Commit 7c87baa

Browse files
committed
updated CHANGELOG for 2.3.32
1 parent cb30301 commit 7c87baa

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 2.3 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.3.0...v2.3.1
99

10+
* 2.3.32 (2015-09-01)
11+
12+
* bug #15601 [console] Use the description when no help is available (Nicofuma)
13+
* bug #15603 [HttpKernel] Do not normalize the kernel root directory path #15567 (leofeyer)
14+
* bug #15428 Fix the validation of form resources to register the default theme (stof)
15+
* bug #15619 [Translation] Fix the string casting in the XliffFileLoader (stof)
16+
* bug #15575 Add appveyor.yml for C.I. on Windows (nicolas-grekas)
17+
* bug #15611 [Translation][Xliff Loader] Support omitting the <target> node in an .xlf file. (leofeyer)
18+
* bug #15549 [FrameworkBundle] Fix precedence of xdebug.file_link_format (nicolas-grekas)
19+
* bug #15589 made Symfony compatible with both Twig 1.x and 2.x (fabpot)
20+
* bug #15535 made Symfony compatible with both Twig 1.x and 2.x (fabpot)
21+
* bug #14372 [DoctrineBridge][Form] fix EntityChoiceList when indexing by primary foreign key (giosh94mhz)
22+
* bug #15489 Implement the support of timezone objects in the stub IntlDateFormatter (stof)
23+
* bug #15426 [Serializer] Add support for variadic arguments in the GetSetNormalizer (stof)
24+
* bug #15480 [Yaml] Nested merge keys (mathroc)
25+
* bug #15445 do not remove space between attributes (greg0ire)
26+
* bug #15263 [HttpFoundation] fixed the check of 'proxy-revalidate' in Response::mustRevalidate() (axiac)
27+
* bug #15425 [Routing] Fix the retrieval of the default value for variadic arguments in the annotation loader (wdalmut, stof)
28+
* bug #15074 Fixing DbalSessionHandler to work with a Oracle "limitation" or bug? (nuncanada)
29+
* bug #15380 do not dump leading backslashes in class names (xabbuh)
30+
* bug #15376 [ClassMapGenerator] Skip ::class constant (WouterJ)
31+
* bug #15170 [Config] type specific check for emptiness (xabbuh)
32+
* bug #15411 Fix the handling of null as locale in the stub intl classes (stof)
33+
* bug #15413 Fix the return value on error for intl methods returning arrays (stof)
34+
* bug #15392 Fix missing _route parameter notice in RouterListener logging case (Haehnchen)
35+
* bug #15386 [php7] Fix for substr() always returning a string (nicolas-grekas)
36+
* bug #15355 [Security] Do not save the target path in the session for a stateless firewall (lyrixx)
37+
* bug #15330 [Console] Fix console output with closed stdout (jakzal)
38+
* bug #15326 [Security] fix check for empty usernames (xabbuh)
39+
* bug #15249 [HttpFoundation] [PSR-7] Allow to use resources as content body and to return resources from string content (dunglas)
40+
* bug #15282 [HttpFoundation] Behaviour change in PHP7 for substr (Nicofuma)
41+
1042
* 2.3.31 (2015-07-13)
1143

1244
* bug #15248 Added 'default' color (jaytaph)

0 commit comments

Comments
 (0)