@@ -7,6 +7,27 @@ in 2.8 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.8.0...v2.8.1
9
9
10
+ * 2.8.17 (2017-02-06)
11
+
12
+ * bug #20844 [ Config] Fix checking cache for non existing meta file (hason)
13
+ * bug #21063 [ Form] Fixed DateType format option for single text widget (HeahDude)
14
+ * bug #21430 Casting TableCell value to string. (jaydiablo)
15
+ * bug #21359 [ FrameworkBundle] fixed custom domain for translations in php templates (robinlehrmann)
16
+ * bug #21485 [ Process] Non ASCII characters disappearing during the escapeshellarg (GuillaumeVerdon)
17
+ * bug #21370 [ FrameworkBundle] Execute the PhpDocExtractor earlier (GuilhemN)
18
+ * bug #21462 [ BrowserKit] ignore invalid cookies expires date format (xabbuh)
19
+ * bug #21438 [ Console] Fix TableCell issues with decoration (ogizanagi)
20
+ * bug #21431 [ DoctrineBridge] always check for all fields to be mapped (xabbuh)
21
+ * bug #21360 [ PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
22
+ * bug #21403 [ DI] Fix defaults overriding empty strings in AutowirePass (nicolas-grekas)
23
+ * bug #21401 [ Debug] Workaround "null" $context (nicolas-grekas)
24
+ * bug #21333 [ HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
25
+ * bug #20871 [ HttpKernel] Give higher priority to adding request formats (akeeman)
26
+ * bug #21332 [ PropertyInfo] Don't try to access a property thru a static method (dunglas)
27
+ * bug #21331 [ PropertyInfo] Exclude static methods form properties guessing (dunglas)
28
+ * bug #21285 [ TwigBundle] do not lose already set method calls (xabbuh)
29
+ * bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
30
+
10
31
* 2.8.16 (2017-01-12)
11
32
12
33
* bug #21218 [ Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)
0 commit comments