8000 Merge pull request #41194 from fabpot/release-4.4.23 · symfony/symfony@bb7ec82 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb7ec82

Browse files
authored
Merge pull request #41194 from fabpot/release-4.4.23
released v4.4.23
2 parents d5c0fba + 5f8f60c commit bb7ec82

File tree

3 files changed

+459
-412
lines changed

3 files changed

+459
-412
lines changed

CHANGELOG-4.4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 4.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.4.0...v4.4.1
99

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+
1026
* 4.4.22 (2021-05-01)
1127

1228
* bug #40993 [Security] [Security/Core] fix checking for bcrypt (nicolas-grekas)

0 commit comments

Comments
 (0)
0