@@ -7,6 +7,29 @@ in 3.2 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/v3.2.0...v3.2.1
9
9
10
+ * 3.2.9 (2017-05-29)
11
+
12
+ * bug #22847 [ Console] ChoiceQuestion must have choices (ro0NL)
13
+ * bug #22900 [ FrameworkBundle] [ Console ] Fix the override of a command registered by the kernel (aaa2000)
14
+ * bug #22910 [ Filesystem] improve error handling in lock() (xabbuh)
15
+ * bug #22924 [ Cache] Dont use pipelining with RedisCluster (nicolas-grekas)
16
+ * bug #22718 [ Console] Fixed different behaviour of key and value user inputs in multiple choice question (borNfreee)
17
+ * bug #22829 [ Yaml] fix colon without space deprecation (xabbuh)
18
+ * bug #22901 Fix missing abstract key in XmlDumper (weaverryan)
19
+ * bug #22912 [ DI] Avoid private call to Container::has() (ro0NL)
20
+ * bug #22866 [ DI] Check for privates before shared services (ro0NL)
21
+ * bug #22874 [ WebProfilerBundle] Fix sub-requests display in time profiler panel (nicolas-grekas)
22
+ * bug #22817 [ PhpUnitBridge] optional error handler arguments (xabbuh)
23
+ * bug #22752 Improved how profiler errors are displayed on small screens (javiereguiluz)
24
+ * bug #22715 [ FrameworkBundle] remove Security deps from the require section (xabbuh)
25
+ * bug #22647 [ VarDumper] Fix dumping of non-nested stubs (nicolas-grekas)
26
+ * bug #22409 [ Yaml] respect inline level when dumping objects as maps (goetas, xabbuh)
27
+ * bug #22584 [ Security] Avoid unnecessary route lookup for empty logout path (ro0NL)
28
+ * bug #22690 [ Console] Fix errors not rethrown even if not handled by console.error listeners (chalasr)
29
+ * bug #22669 [ FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (ogizanagi)
30
+ * bug #22676 [ FrameworkBundle] Adding the extension XML (flug)
31
+ * bug #22652 [ Workflow] Move twig extension registration to twig bundle (ogizanagi)
32
+
10
33
* 3.2.8 (2017-05-01)
11
34
12
35
* bug #22550 Allow Upper Case property names in ObjectNormalizer (insekticid)
0 commit comments