From 91251fdcbd150fc1ec3542ebd2e950bc7f66bf3a Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 10 Jul 2016 22:13:12 +0530 Subject: CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip] - Also minor weekly CHANGELOG cleanup. --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 1aeb58a612..d50cbaee38 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -* Check `request.path_parameters` encoding at the point they're set +* Check `request.path_parameters` encoding at the point they're set. Check for any non-UTF8 characters in path parameters at the point they're set in `env`. Previously they were checked for when used to get a controller -- cgit v1.2.3