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
Merged
Show file tree
Hide file tree
Changes from all commits
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
Document BC break in AbstractController::render
  • Loading branch information
GromNaN committed Oct 13, 2025
commit 502d28fadd62018df94e64a07e46d5b3bb3db7a9
1 change: 1 addition & 0 deletions 1 UPGRADE-6.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ FrameworkBundle
---------------

* [BC break] Add native return type to `Translator` and to `Application::reset()`
* `AbstractController::render()` no longer calls `renderView()`
* Deprecate the integration of Doctrine annotations, either uninstall the `doctrine/annotations` package or disable
the integration by setting `framework.annotations` to `false`
* Deprecate not setting some config options, their defaults will change in Symfony 7.0:
Expand Down
1 change: 1 addition & 0 deletions 1 src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG

* Add `HttpClientAssertionsTrait`
* Add `AbstractController::renderBlock()` and `renderBlockView()`
* Remove call to `renderView()` in `AbstractController::render()`
* Add native return type to `Translator` and to `Application::reset()`
* Deprecate the integration of Doctrine annotations, either uninstall the `doctrine/annotations` package or disable the integration by setting `framework.annotations` to `false`
* Enable `json_decode_detailed_errors` context for Serializer by default if `kernel.debug` is true and the `seld/jsonlint` package is installed
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.