@@ -7,6 +7,27 @@ in 4.0 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/v4.0.0...v4.0.1
9
9
10
+ * 4.0.0-BETA3 (2017-11-05)
11
+
12
+ * bug #24531 [ HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
13
+ * bug #24828 [ DI] Fix the "almost-circular refs" fix (nicolas-grekas)
14
+ * bug #24665 Fix dump panel hidden when closing a dump (julienfalque)
15
+ * bug #24802 [ TwigBridge] [ Bootstrap 4] Fix hidden errors (ostrolucky)
16
+ * bug #24816 [ Serializer] Fix extra attributes when no group specified (ogizanagi)
17
+ * bug #24822 [ DI] Fix "almost-circular" dependencies handling (nicolas-grekas)
18
+ * bug #24821 symfony/form auto-enables symfony/validator, even when not present (weaverryan)
19
+ * bug #24824 [ FrameworkBundle] [ Config ] fix: do not add resource checkers for no-debug (dmaicher)
20
+ * bug #24814 [ Intl] Make intl-data tests pass and save language aliases again (jakzal)
21
+ * bug #24810 [ Serializer] readd default argument value (xabbuh)
22
+ * bug #24809 [ Config] Fix dump of config references for deprecated nodes (chalasr)
23
+ * bug #24796 [ PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass (lyrixx)
24
+ * bug #24774 [ HttpKernel] Let the storage manage the session starts (sroze)
25
+ * bug #24735 [ VarDumper] fix trailling comma when dumping an exception (Simperfit)
26
+ * bug #24770 [ Validator] Fix TraceableValidator is reset on data collector instantiation (ogizanagi)
27
+ * bug #24764 [ HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
28
+ * bug #24759 Removes \n or space when $context/$extra are empty (kirkmadera)
29
+ * bug #24758 Throwing exception if redis and predis unavailable (aequasi)
30
+
10
31
* 4.0.0-BETA2 (2017-10-30)
11
32
12
33
* bug #24728 [ Bridge\Twig] fix bootstrap checkbox_row to render properly & remove spaceless (arkste)
0 commit comments