File tree 2 files changed +14
-2
lines changed
Filter options
src/Symfony/Component/HttpKernel
2 files changed +14
-2
lines changed
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ in 6.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/v6.2.0...v6.2.1
9
9
10
+ * 6.2.0-RC1 (2022-11-25)
11
+
12
+ * bug #48312 [ VarExporter] Improve partial-initialization API for ghost objects (nicolas-grekas)
13
+ * bug #48285 [ Security] Support loading UserBadge directly from accessToken (Jeroeny)
14
+ * bug #48262 [ Notifier] [ SMSBiuras] ` true ` /` false ` mismatch for ` test_mode ` option (StaffNowa)
15
+ * bug #48273 [ HttpKernel] Fix message for unresovable arguments of invokable controllers (fancyweb)
16
+ * bug #48251 [ PropertyInfo] ignore const expressions read by phpdocumentor (xabbuh)
17
+ * bug #48224 [ DependencyInjection] Process bindings in ` ServiceLocatorTagPass ` (MatTheCat)
18
+ * bug #48271 [ WebProfilerBundle] Fix form panel when there are no view vars (nicolas-grekas)
19
+ * bug #48274 Add more #[ \SensitiveParameter] (fancyweb)
20
+ * bug #48179 [ Console] Support completion for bash functions (Chi-teck)
21
+
10
22
* 6.2.0-BETA3 (2022-11-19)
11
23
12
24
* bug #48217 [ Console] Improve error message when shell is not detected in completion command (GromNaN)
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
75
75
*/
76
76
private static array $ freshCache = [];
77
77
78
- public const VERSION = '6.2.0-DEV ' ;
78
+ public const VERSION = '6.2.0-RC1 ' ;
79
79
public const VERSION_ID = 60200 ;
80
80
public const MAJOR_VERSION = 6 ;
81
81
public const MINOR_VERSION = 2 ;
82
82
public const RELEASE_VERSION = 0 ;
83
- public const EXTRA_VERSION = 'DEV ' ;
83
+ public const EXTRA_VERSION = 'RC1 ' ;
84
84
85
85
public const END_OF_MAINTENANCE = '07/2023 ' ;
86
86
public const END_OF_LIFE = '07/2023 ' ;
You can’t perform that action at this time.
0 commit comments