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

Skip to content

Release v6.4.1 #52859

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 1, 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.1
  • Loading branch information
fabpot committed Dec 1, 2023
commit b64df2b7f63c67c95b9e0d4cb30642c332222a0a
15 changes: 15 additions & 0 deletions CHANGELOG-6.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ 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.1 (2023-12-01)

* bug #52814 [Workflow] Add `getEnabledTransition()` to TraceableWorkflow (alexandre-daubois)
* bug #52852 [Serializer] Fix TranslatableNormalizer when the Translator is disabled (Jean-Beru)
* bug #52836 [DependencyInjection] Fix parsing named autowiring aliases that contain underscores (nicolas-grekas)
* bug #52804 [Serializer] Fix support of plain object types denormalization (andersonamuller)
* bug #52845 [Routing] Restore aliases removal in RouteCollection::remove() (fancyweb)
* bug #52846 [PhpUnitBridge]  run composer update for compatibility with PHPUnit versions shipping composer.lock (xabbuh)
* bug #52823 add parameter types in query builder (javiercno)
* bug #52825 [AssetMapper] Upgrade asset mapper to 6.4 fails due to invalid entries "downloaded_to" and "preload" (redflo)
* bug #52808 [DependencyInjection] Fix dumping containers with null-referenced services (nicolas-grekas)
* bug #52797 [VarExporter] Fix lazy ghost trait when using nullsafe operator (nicolas-grekas)
* bug #52806 [Routing] Fix removing aliases pointing to removed route in `RouteCollection::remove()` (fancyweb)
* bug #52805 [Routing] Fix conflicting FQCN aliases with route name (fancyweb)

* 6.4.0 (2023-11-29)

* bug #52786 [Serializer] Revert allowed attributes fix (mtarld)
Expand Down
0