Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Routing] Allow using UTF-8 parameter names#45054
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJan 18, 2022
| Q | A |
|---|---|
| Branch? | 6.1 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Tickets | Fix#41909 |
| License | MIT |
| Doc PR | - |
fancyweb left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Shouldn't we add a changelog entry?
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedJan 18, 2022
Updated, thanks for the review. |
GromNaN commentedJan 18, 2022
A test could be added to |
nicolas-grekas commentedJan 18, 2022
This is already covered by the current test to me. |
stof commentedJan 18, 2022
The change in |
nicolas-grekas commentedJan 18, 2022
Tests added@stof |
fabpot commentedJan 19, 2022
Thank you@nicolas-grekas. |