[Routing] Mention minor BC break about UrlGenerator & query strings

This commit is contained in:
Maxime Steinhausser 2016-12-10 13:31:17 +01:00
parent aae26d9fb7
commit 9e73887115

View File

@ -112,6 +112,12 @@ HttpKernel
Surrogate-Capability: symfony="ESI/1.0"
```
Router
------
* `UrlGenerator` now generates URLs in compliance with [`RFC 3986`](https://www.ietf.org/rfc/rfc3986.txt),
which means spaces will be percent encoded (%20) inside query strings.
Serializer
----------