aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG.md12
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*