You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-6.0.md
+21
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ 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-BETA3 (2021-11-18)
11
+
12
+
* feature #44125 Add a setter on DateTimeNormalizer to change the default context at runtime (Seldaek)
13
+
* bug #44110[FrameworkBundle] Fix default PHP attributes support in validation and serializer configuration when doctrine/annotations is not installed with PHP 8 (fancyweb)
14
+
* bug #44115[WebProfilerBundle] Tweak the colors of the security panel (javiereguiluz)
15
+
* bug #44121[Serializer] fix support for lazy properties (nicolas-grekas)
16
+
* bug #44108[FrameworkBundle][Messenger] remove `FlattenExceptionNormalizer` definition if serializer not available (kbond)
17
+
* bug #44111[Serializer] fix support for unset properties on PHP < 7.4 (nicolas-grekas)
0 commit comments