You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ CHANGELOG
7
7
* Deprecate the `session.storage` alias and `session.storage.*` services, use the `session.storage.factory` alias and `session.storage.factory.*` services instead
8
8
* Deprecate the `framework.session.storage_id` configuration option, use the `framework.session.storage_factory_id` configuration option instead
9
9
* Deprecate the `session` service and the `SessionInterface` alias, use the `Request::getSession()` or the new `RequestStack::getSession()` methods instead
10
-
* Added `AbstractController::renderForm()` to render a form and set the appropriate HTTP status code
10
+
* Added `AbstractController::handleForm()` to handle a form and set the appropriate HTTP status code
11
11
* Added support for configuring PHP error level to log levels
12
12
* Added the `dispatcher` option to `debug:event-dispatcher`
0 commit comments