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.4.0 #52790

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
Nov 29, 2023
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.4.0
  • Loading branch information
fabpot committed Nov 29, 2023
commit 4bdbb6dd17f8ff0fefa089783084609c1b9e97e3
10 changes: 10 additions & 0 deletions 10 CHANGELOG-6.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ in 6.4 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.4.0...v6.4.1

* 6.4.0 (2023-11-29)

* bug #52786 [Serializer] Revert allowed attributes fix (mtarld)
* bug #52765 [Translation] Remove ``@internal`` from abstract testcases (OskarStark)
* bug #52780 [DependencyInjection] don't check parameter values if they are not set (xabbuh)
* bug #52762 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior (nicolas-grekas)
* bug #52759 [VarExporter] Fix serializing objects that implement __sleep() and that are made lazy (nicolas-grekas)
* bug #52767 [Serializer] Fix normalization relying on allowed attributes only (mtarld)
* bug #52727 [String] Fix Inflector for 'icon' (podhy)

* 6.4.0-RC2 (2023-11-26)

* bug #52724 [Security] make secret required for DefaultLoginRateLimiter (RobertMe)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.