@@ -7,6 +7,43 @@ 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.18 (2017-03-06)
11
+
12
+ * bug #21841 [ Console] Do not squash input changes made from console.command event (chalasr)
13
+ * bug #21671 [ Serializer] Xml encoder throws exception for valid data (gr1ev0us)
14
+ * bug #21805 Provide less state in getRequestFormat (dawehner)
15
+ * bug #21832 [ Routing] Ignore hidden directories when loading routes from annotations (jakzal)
16
+ * bug #21769 [ Form] Improve rounding precision (foaly-nr1)
17
+ * bug #21825 [ PhpUnitBridge] disable global test listener when not registered (xabbuh)
18
+ * bug #21267 [ Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily (issei-m)
19
+ * bug #21731 Fix emacs link (rubenrua)
20
+ * bug #21800 Fix issues reported by static analyze (romainneutron)
21
+ * bug #21798 Revert "bug #21791 [ SecurityBundle] only pass relevant user provider (xabbuh)" (xabbuh)
22
+ * bug #21791 [ SecurityBundle] only pass relevant user provider (xabbuh)
23
+ * bug #21787 [ PhpUnitBridge] do not register the test listener twice (xabbuh)
24
+ * bug #21756 [ Yaml] Stop replacing NULLs when merging (gadelat)
25
+ * bug #21689 [ WebServerBundle] fixed html attribute escape (Seb33300)
26
+ * bug #21722 [ ExpressionLanguage] Registering functions after calling evaluate(), compile() or parse() is not supported (maidmaid)
27
+ * bug #21679 [ SecurityBundle] fix priority ordering of security voters (xabbuh)
28
+ * bug #21115 [ Validator] do not guess getter method names (xabbuh)
29
+ * bug #21670 [ DependencyInjection] Fix autowiring types when there are more than 2 services colliding (GuilhemN)
30
+ * bug #21665 [ DependencyInjection] Fix autowiring collisions detection (nicolas-grekas, GuilhemN)
31
+ * bug #21661 Fix Composer constraints (fabpot)
32
+ * bug #21582 [ HttpCache] purge both http and https from http cache (dbu)
33
+ * bug #21637 [ FrameworkBundle] remove translation data collector when not usable (xabbuh)
34
+ * bug #21634 [ VarDumper] Added missing persistent stream cast (lyrixx)
35
+ * bug #21436 [ DependencyInjection] check for circular refs caused by method calls (xabbuh)
36
+ * bug #21400 [ Serializer] fix upper camel case conversion (see #21399 ) (markusu49)
37
+ * bug #21599 [ Console] [ Table ] fixed render when using multiple rowspans. (aitboudad)
38
+ * bug #21613 [ Process] Permit empty suffix on Windows (Bilge)
39
+ * bug #21057 [ DI] Auto register extension configuration classes as a resource (ro0NL)
40
+ * bug #21592 [ Validator] property constraints can be added in child classes (angelk, xabbuh)
41
+ * bug #21458 [ Config] Early return for DirectoryResource (robfrawley)
42
+ * bug #21562 [ DoctrineBridge] make sure that null can be the invalid value (xabbuh)
43
+ * bug #21584 [ WebProfilerBundle] Readd Symfony version status in the toolbar (wouterj)
44
+ * bug #21557 [ VarDumper] Improve dump of AMQP* Object (lyrixx)
45
+ * bug #21542 [ VarDumper] Fixed dumping of terminated generator (lyrixx)
46
+
10
47
* 2.8.17 (2017-02-06)
11
48
12
49
* bug #20844 [ Config] Fix checking cache for non existing meta file (hason)
0 commit comments