8000 Release v5.2.10 by fabpot · Pull Request #41488 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v5.2.10 #41488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG for 5.2.10
  • Loading branch information
fabpot committed Jun 1, 2021
commit e715f2ca866e4cf09a832a6330845082c6090de6
11 changes: 11 additions & 0 deletions CHANGELOG-5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ in 5.2 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.2.0...v5.2.1

* 5.2.10 (2021-06-01)

* bug #41000 [Form] Use !isset for checks cause this doesn't falsely include 0 (Kai Dederichs)
* bug #41407 [DependencyInjection] keep container.service_subscriber tag on the decorated definition (xabbuh)
* bug #40866 [Filesystem] fix readlink() for Windows (a1812)
* bug #41394 [Form] fix support for years outside of the 32b range on x86 arch (nicolas-grekas)
* bug #41380 Make Mailgun Header compatible with other Bridges (jderusse)
* bug #39847 [Messenger] Fix merging PrototypedArrayNode associative values (svityashchuk)
* bug #41346 [WebProfilerBundle] Wrapping exception js in Sfjs check and also loading base_js Sfjs if needed (weaverryan)
* bug #41344 [VarDumper] Don't pass null to parse_url() (derrabus)

* 5.2.9 (2021-05-19)

* security #cve-2021-21424 [Security\Core] Fix user enumeration via response body on invalid credentials (chalasr)
Expand Down
0