File tree 3 files changed +459
-412
lines changed
src/Symfony/Component/HttpKernel
3 files changed +459
-412
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ in 4.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/v4.4.0...v4.4.1
9
9
10
+ * 4.4.23 (2021-05-12)
11
+
12
+ * security #cve-2021 -21424 [ Security] [ Guard ] Prevent user enumeration (chalasr)
13
+ * bug #41176 [ DependencyInjection] fix dumping service-closure-arguments (nicolas-grekas)
14
+ * bug #41168 WDT: Only load "Sfjs" if it is not present already (weaverryan)
15
+ * bug #41147 [ Inflector] [ String ] wrong plural form of words ending by "pectus" (makraz)
16
+ * bug #41160 [ HttpClient] Don't prepare the request in ScopingHttpClient (nicolas-grekas)
17
+ * bug #40763 Fix/Rewrite .gitignore regex builder (mvorisek)
18
+ * bug #40917 [ Config] [ DependencyInjection ] Uniformize trailing slash handling (dunglas)
19
+ * bug #40699 [ PropertyInfo] Make ReflectionExtractor correctly extract nullability (shiftby)
20
+ * bug #40874 [ PropertyInfo] fix attribute namespace with recursive traits (soullivaneuh)
21
+ * bug #41099 [ Cache] Check if phpredis version is compatible with stream parameter (nicolassing)
22
+ * bug #41072 [ VarExporter] Add support of PHP enumerations (alexandre-daubois)
23
+ * bug #41105 [ Inflector] [ String ] Fixed singularize ` edges ` > ` edge ` (ruudk)
24
+ * bug #41075 [ ErrorHandler] Skip "same vendor" `` @method `` deprecations for ` Symfony\* ` classes unless symfony/symfony is being tested (nicolas-grekas)
25
+
10
26
* 4.4.22 (2021-05-01)
11
27
12
28
* bug #40993 [ Security] [ Security/Core] fix checking for bcrypt (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments