8000 [HttpFoundation] add missing upgrade entry · symfony/symfony@e116d3d · GitHub
[go: up one dir, main page]

Skip to content

Commit e116d3d

Browse files
committed
[HttpFoundation] add missing upgrade entry
1 parent 98e627a commit e116d3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE-3.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,8 @@ UPGRADE FROM 2.x to 3.0
18051805

18061806
### HttpFoundation
18071807

1808+
* The precedence of parameters returned from `Request::get()` changed from "GET, PATH, BODY" to "PATH, GET, BODY"
1809+
18081810
* `Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface` no longer implements the `Ite 4316 ratorAggregate` interface. Use the `all()` method instead of iterating over the flash bag.
18091811

18101812
* Removed the feature that allowed finding deep items in `ParameterBag::get()`.

0 commit comments

Comments
 (0)
0