Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Release v6.0.6 #45655

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 5, 2022
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 6.0.6
  • Loading branch information
fabpot committed Mar 5, 2022
commit 0f2525632e4369098c01dfaea10d7cc366b51192
12 changes: 12 additions & 0 deletions 12 CHANGELOG-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ in 6.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/v6.0.0...v6.0.1

* 6.0.6 (2022-03-05)

* bug #45619 [redis-messenger] remove undefined array key warnings (PhilETaylor)
* bug #45637 [Cache] do not pass DBAL connections to PDO adapters (xabbuh)
* bug #45631 [HttpFoundation] Fix PHP 8.1 deprecation in `Response::isNotModified` (HypeMC)
* bug #45610 [HttpKernel] Guard against bad profile data (nicolas-grekas)
* bug #45532 Fix deprecations on PHP 8.2 (nicolas-grekas)
* bug #45595 [FrameworkBundle] Fix resetting container between tests (nicolas-grekas)
* bug #45590 [Console] Revert StringInput bc break from #45088 (bobthecow)
* bug #45585 [HttpClient] fix checking for unset property on PHP <= 7.1.4 (nicolas-grekas)
* bug #45583 [WebProfilerBundle] Fixes HTML syntax regression introduced by #44570 (xavismeh)

* 6.0.5 (2022-02-28)

* bug #45351 [WebProfilerBundle] Log section minor fixes (missing "notice" filter, log priority, accessibility) (Amunak)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.