8000 Add getFlashBag to SessionInterface by BackEndTea · Pull Request #37106 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Add getFlashBag to SessionInterface #37106

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

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
8000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add info to upgrade documents
  • Loading branch information
BackEndTea committed Jun 4, 2020
commit 30e24f9819d0317744697e57a37f163a75985031
6 changes: 6 additions & 0 deletions UPGRADE-5.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
UPGRADE FROM 5.1 to 5.2
=======================


HttpFoundation
---------

* Deprecated `SessionInterface` implementations without a `getFlashBag(): FlashBagInterface` method.

Validator
---------

Expand Down
2 changes: 2 additions & 0 deletions UPGRADE-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ HttpFoundation
* Removed `Response::create()`, `JsonResponse::create()`,
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
`__construct()` instead)
* Added `getFlashBag(): FlashBagInterface` to `SessionInterface`.


HttpKernel
----------
Expand Down
0