8000 [Routing] Mention minor BC break about UrlGenerator & query strings · symfony/symfony@9e73887 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e73887

Browse files
committed
[Routing] Mention minor BC break about UrlGenerator & query strings
1 parent aae26d9 commit 9e73887

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE-3.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ HttpKernel
112112
Surrogate-Capability: symfony="ESI/1.0"
113113
```
114114

115+
Router
116+
------
117+
118+
* `UrlGenerator` now generates URLs in compliance with [`RFC 3986`](https://www.ietf.org/rfc/rfc3986.txt),
119+
which means spaces will be percent encoded (%20) inside query strings.
120+
115121
Serializer
116122
----------
117123

0 commit comments

Comments
 (0)
0