@@ -7,6 +7,25 @@ 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.1 (2022-12-06)
11
+
12
+ * bug #48502 [ DependencyInjection] Fix ` ContainerBuilder ` stats env usage with enum (alamirault)
13
+ * bug #48509 [ HttpKernel] Fix using entities with the ` #[Cache()] ` attribute (HypeMC)
14
+ * bug #48505 [ Mailer] Fix rendered templates for notifications (fabpot)
15
+ * bug #48476 [ WebProfilerBundle] Use same color as other icons for the close toolbar btn (ogizanagi)
16
+ * bug #48483 [ DependencyInjection] Remove refs that point to container.excluded services when allowed (nicolas-grekas)
17
+ * bug #48346 [ HttpKernel] In DateTimeValueResolver, convert previously defined date attribute to the expected class (GromNaN)
18
+ * bug #48450 [ WebProfilerBundle] Fix form panel expanders (MatTheCat)
19
+ * bug #48459 [ FrameworkBundle] [ Framework] Fix Infobip Mailer transport factory import (gnito-org)
20
+ * bug #48461 [ VarExporter] Fix possible memory-leak when using lazy-objects (nicolas-grekas)
21
+ * bug #48335 [ TwigBridge] Amend ` MoneyType ` twig to include a space (mogilvie)
22
+ * bug #48046 [ WebProfilerBundle] Remove redundant code from logger template (HypeMC)
23
+ * bug #48428 Fixed undefined variable error (Kevin Meijer)
24
+ * bug #48416 [ FrameworkBundle] don't register the MailerTestCommand symfony/console is not installed (xabbuh)
25
+ * bug #48395 [ String] Fix AsciiSlugger with emojis (fancyweb)
26
+ * bug #48385 [ Security] Reuse ` AbstractFactory ` 's config tree in ` AccessTokenFactory ` (chalasr)
27
+ * bug #48292 [ Security] [ LoginLink] Throw InvalidLoginLinkException on missing parameter (MatTheCat)
28
+
10
29
* 6.2.0 (2022-11-30)
11
30
12
31
* bug #48395 [ String] Fix AsciiSlugger with emojis (fancyweb)
0 commit comments