@@ -7,6 +7,34 @@ in 6.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/v6.0.0...v6.0.1
9
9
10
+ * 6.0.0-BETA2 (2021-11-14)
11
+
12
+ * bug #44051 [ Notifier] Fix package name (fabpot)
13
+ * bug #44050 [ Notifier] Fix package names (fabpot)
14
+ * bug #44042 Fix DateIntervalToStringTransformer::transform() doc (BenMorel)
15
+ * bug #44034 [ Yaml] don't try to replace references in quoted strings (xabbuh)
16
+ * bug #44013 [ ErrorHandler] fix parsing `` @param `` with dollars in the description (nicolas-grekas)
17
+ * bug #44010 [ DependencyInjection] fix auto-refresh when inline_factories is enabled (nicolas-grekas)
18
+ * bug #44028 [ ErrorHandler] Fix FlattenException::setPrevious argument typing (welcoMattic)
19
+ * bug #44016 [ SecurityBundle] Fix listing listeners in profiler when authenticator manager is disabled (94noni)
20
+ * bug #44012 [ DependencyInjection] fix inlining when non-shared services are involved (nicolas-grekas)
21
+ * bug #44002 [ Cache] Fix Memory leak (a1812)
22
+ * bug #43993 [ FrameworkBundle] fix deprecation message (nicolas-grekas)
23
+ * feature #43985 [ HttpClient] Implement ResetInterface for all http clients (rmikalkenas)
24
+ * bug #43981 [ FrameworkBundle] fix registering late resettable services (nicolas-grekas)
25
+ * bug #43988 [ DoctrineBridge] add support for the JSON type (dunglas)
26
+ * bug #43987 [ PhpUnitBridge] Fix Uncaught ValueError (dunglas)
27
+ * feature #43983 [ HttpKernel] allow ignoring kernel.reset methods that don't exist (nicolas-grekas)
28
+ * bug #43967 [ Loco] Fix Loco Provider ID and pull & push local messages reading (welcoMattic)
29
+ * bug #43961 [ HttpClient] Curl http client has to reinit curl multi handle on reset (rmikalkenas)
30
+ * bug #43930 [ DependencyInjection] Fix support for unions/intersections together with ` ServiceSubscriberInterface ` (kbond)
31
+ * bug #43948 [ Asset] [ Security ] Fixed leftover deprecations PHP 8.1 (michaljusiega)
32
+ * bug #43944 [ Yaml] revert using functions provided by polyfill packages (xabbuh)
33
+ * bug #43940 [ FrameworkBundle] Fix logic in workflow: dump between workflow name and workflow id (noniagriconomie)
34
+ * bug #43947 [ HttpKernel] Make sure FileLinkFormatter can be serialized (derrabus)
35
+ * bug #43945 [ Runtime] fix defining APP_DEBUG when Dotenv is not enabled (nicolas-grekas)
36
+ * bug #43946 [ HttpKernel] Make sure a serialized DumpDataCollector can be unserialized (derrabus)
37
+
10
38
* 6.0.0-BETA1 (2021-11-05)
11
39
12
40
* feature #43916 [ PropertyInfo] Support the list pseudo-type (derrabus)
0 commit comments