@@ -7,6 +7,31 @@ in 3.4 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/v3.4.0...v3.4.1
9
9
10
+ * 3.4.22 (2019-02-03)
11
+
12
+ * bug #30046 [ DI] Fix dumping Doctrine-like service graphs (nicolas-grekas)
13
+ * bug #30028 [ Form] fix some docblocks and type checks (xabbuh)
14
+ * bug #30037 Disable Twig in the profiler menu when Twig is not used (javiereguiluz)
15
+ * bug #30026 [ VarDumper] dont implement Serializable in Stub (nicolas-grekas)
16
+ * bug #30034 [ Config] ensure moving away from Serializable wont break cache: clear (nicolas-grekas)
17
+ * bug #30006 [ Security] don't do nested calls to serialize() (nicolas-grekas, Renan)
18
+ * bug #30007 [ FrameworkBundle] Support use of hyphen in asset package name (damaya, XuruDragon)
19
+ * bug #29764 [ HttpFoundation] Check file exists before unlink (adam-mospan)
20
+ * bug #29783 [ HttpFoundation] MemcachedSessionHandler::close() must close connection (grachevko)
21
+ * bug #29844 [ Console] Fixed #29835 : ConfirmationQuestion with default true for answer '0' (mrthehud)
22
+ * bug #29869 [ Debug] [ ErrorHandler ] Preserve our error handler when a logger sets another one (fancyweb)
23
+ * bug #29926 [ Form] Changed UrlType input type to text when default_protocol is not null (MatTheCat)
24
+ * bug #29961 [ Translation] Concatenated translation messages (Stadly)
25
+ * bug #29920 [ Debug] [ DebugClassLoader ] Match more cases for final, deprecated and internal classes / methods extends (fancyweb)
26
+ * bug #29863 [ Security] Do not mix password_ * () API with libsodium one (chalasr)
27
+ * bug #29894 [ DependencyInjection] the string "0" is a valid service identifier (xabbuh)
28
+ * bug #29885 Update MimeType extensions (fabpot)
29
+ * bug #29875 [ TwigBridge] fix compatibility with Twig >= 2.6.1 (xabbuh)
30
+ * bug #29873 [ Debug] remove return type hint for PHP 5 compatibility (xabbuh)
31
+ * bug #29837 Fix SwiftMailerHandler to support Monolog's latest reset functionality (Seldaek)
32
+ * bug #29853 Revert "bug #29597 [ DI] fix reporting bindings on overriden services as unused" (mmarynich)
33
+ * bug #29833 [ DebugClassLoader] expose proxyfied findFile() method (fancyweb)
34
+
10
35
* 3.4.21 (2019-01-06)
11
36
12
37
* bug #29494 [ HttpFoundation] Fix request uri when it starts with double slashes (alquerci)
0 commit comments