Skip to content

Commit 91270b2

Browse files
committed
updated CHANGELOG for 2.7.24
1 parent c98832b commit 91270b2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG-2.7.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.24 (2017-02-06)
11+
12+
* bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)
13+
* bug #21430 Casting TableCell value to string. (jaydiablo)
14+
* bug #21359 [FrameworkBundle] fixed custom domain for translations in php templates (robinlehrmann)
15+
* bug #21485 [Process] Non ASCII characters disappearing during the escapeshellarg (GuillaumeVerdon)
16+
* bug #21462 [BrowserKit] ignore invalid cookies expires date format (xabbuh)
17+
* bug #21438 [Console] Fix TableCell issues with decoration (ogizanagi)
18+
* bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)
19+
* bug #21360 [PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
20+
* bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
21+
* bug #21333 [HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
22+
* bug #20871 [HttpKernel] Give higher priority to adding request formats (akeeman)
23+
* bug #21285 [TwigBundle] do not lose already set method calls (xabbuh)
24+
* bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
25+
1026
* 2.7.23 (2017-01-12)
1127

1228
* bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)

0 commit comments

Comments
 (0)