diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-10-16 09:11:41 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-10-16 09:11:41 +0200 |
commit | 400b0818fac1fed0edf08a4f7209542a841f8588 (patch) | |
tree | 6cec6b71648a79890934955490b93ebfeb3b4a3c /actionpack | |
parent | aaafbaf54641342a4eb92a646418c200fa6a9fcd (diff) | |
download | rails-400b0818fac1fed0edf08a4f7209542a841f8588.tar.gz rails-400b0818fac1fed0edf08a4f7209542a841f8588.tar.bz2 rails-400b0818fac1fed0edf08a4f7209542a841f8588.zip |
some changelog formatting. [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 64105934cd..4626c2650a 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,10 +1,10 @@ -* Improve Journey compliance to RFC 3986 +* Improve Journey compliance to RFC 3986. The scanner in Journey failed to recognize routes that use literals from the sub-delims section of RFC 3986. It's now able to parse those authorized delimiters and route as expected. - Fixes #17212 + Fixes #17212. *Nicolas Cavigneaux* |