File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ in 2.7 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
9
9
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
+
10
26
* 2.7.23 (2017-01-12)
11
27
12
28
* bug #21218 [ Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)
You can’t perform that action at this time.
0 commit comments