File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ in 7.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/v7.0.0...v7.0.1
9
9
10
+ * 7.0.0 (2023-11-29)
11
+
12
+ * bug #52786 [ Serializer] Revert allowed attributes fix (mtarld)
13
+ * bug #52765 [ Translation] Remove `` @internal `` from abstract testcases (OskarStark)
14
+ * bug #52780 [ DependencyInjection] don't check parameter values if they are not set (xabbuh)
15
+ * bug #52762 [ VarExporter] Work around php/php-src #12695 for lazy objects, fixing nullsafe-related behavior (nicolas-grekas)
16
+ * bug #52759 [ VarExporter] Fix serializing objects that implement __ sleep() and that are made lazy (nicolas-grekas)
17
+ * bug #52767 [ Serializer] Fix normalization relying on allowed attributes only (mtarld)
18
+ * bug #52727 [ String] Fix Inflector for 'icon' (podhy)
19
+
10
20
* 7.0.0-RC2 (2023-11-26)
11
21
12
22
* bug #52724 [ Security] make secret required for DefaultLoginRateLimiter (RobertMe)
You can’t perform that action at this time.
0 commit comments