8000 Release v6.1.10 by fabpot · Pull Request #48828 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v6.1.10 #48828

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
Dec 29, 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.1.10
  • Loading branch information
fabpot committed Dec 29, 2022
commit 7a1bd56b10daef09d4248887139aa4568d9e31e1
5 changes: 5 additions & 0 deletions CHANGELOG-6.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ in 6.1 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.1.0...v6.1.1

* 6.1.10 (2022-12-29)

* bug #48823 [Cache] Fix possibly null value passed to preg_match() in RedisTrait (chalasr)
* bug #48816 [Cache] Fix for RedisAdapter without auth parameter (rikvdh)

* 6.1.9 (2022-12-28)

* bug #48787 [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold (ogizanagi)
Expand Down
0