Skip to content

Commit c7ec4be

Browse files
committed
minor symfony#20856 [Routing] Mention minor BC break about UrlGenerator & query strings (ogizanagi)
This PR was merged into the 3.2 branch. Discussion ---------- [Routing] Mention minor BC break about UrlGenerator & query strings | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no, mention one | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A --- Refs: - https://github.com/javiereguiluz/EasyAdminBundle/pull/1421#issuecomment-266201441 - symfony#19639 - http://php.net/manual/en/function.http-build-query.php - https://www.ietf.org/rfc/rfc3986.txt Commits ------- 9e73887 [Routing] Mention minor BC break about UrlGenerator & query strings
2 parents aae26d9 + 9e73887 commit c7ec4be

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)