diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-11-21 18:10:38 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-11-21 18:10:38 +0100 |
commit | f71cbb81ff8c9d7b13fcc19632482d40cad6366a (patch) | |
tree | ee3e354c5b80626261eb5371c19f93f26ff75df8 | |
parent | 941516f2252bef8850cbfd59a211134172178269 (diff) | |
download | rails-f71cbb81ff8c9d7b13fcc19632482d40cad6366a.tar.gz rails-f71cbb81ff8c9d7b13fcc19632482d40cad6366a.tar.bz2 rails-f71cbb81ff8c9d7b13fcc19632482d40cad6366a.zip |
unify punctuation in Action Pack changelog. [ci skip]
-rw-r--r-- | actionpack/CHANGELOG.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 622a31cd45..be361b8f23 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,8 +1,8 @@ -* Fix formatting for `rake routes` when a section is shorter than a header +* Fix formatting for `rake routes` when a section is shorter than a header. *Sıtkı Bağdat* - -* Take a hash with options inside array in #url_for + +* Take a hash with options inside array in #url_for. Example: @@ -226,11 +226,13 @@ *Yves Senn*, *Andrew White* -* ActionView extracted from ActionPack +* ActionView extracted from ActionPack. *Piotr Sarnacki*, *Łukasz Strzałkowski* -* Fix removing trailing slash for mounted apps #3215 +* Fix removing trailing slash for mounted apps. + + Fixes #3215. *Piotr Sarnacki* |