Minor cleanup of CHANGELOG of PR #30850 [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2017-12-17 13:00:37 +05:30
parent f4d2a8a8ce
commit fd1304d2aa
No known key found for this signature in database
GPG Key ID: 8B90F6B89E2BCB71
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@
*Rafael Mendonça França*
* Add `:allow_other_host` option to `redirect_back` method.
When `allow_other_host` is set to `false`, the `redirect_back`
will not allow a redirecting from a different host.
`allow_other_host` is `true` by default.
When `allow_other_host` is set to `false`, the `redirect_back` will not allow redirecting from a
different host. `allow_other_host` is `true` by default.
*Tim Masliuchenko*