10000 Release v7.0.5 by fabpot · Pull Request #54159 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v7.0.5 #54159

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
Mar 4, 2024
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 7.0.5
  • Loading branch information
fabpot committed Mar 4, 2024
commit 47d722b9009abf26456b68f2a70de1f3c62509e3
10 changes: 10 additions & 0 deletions CHANGELOG-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ in 7.0 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/v7.0.0...v7.0.1

* 7.0.5 (2024-03-04)

* bug #54113 [AssetMapper] Throw exception in Javascript compiler when PCRE error (smnandre)
* bug #54129 [Clock] Add attributes to support PHPUnit 10 + 11 (ruudk)
* bug #54079 [AssetMapper] Fix `JavaScriptImportPathCompiler` regression in regex (PhilETaylor)
* bug #54102 [HttpClient] Fix deprecation on PHP 8.3 (nicolas-grekas)
* bug #54089 [Mailer] [Brevo] Remove tags from mandatory event arguments (palgalik)
* bug #54081 [DoctrineBridge] Safeguard dynamic access to Doctrine metadata properties (derrabus)
* bug #54080 [Routing] Enhance error handling in StaticPrefixCollection for compatibility with libpcre2-10.43 (Lustmored)

* 7.0.4 (2024-02-27)

* bug #53985 [HttpKernel] Allow tagged controllers in ControllerResolver (marein)
Expand Down
0