aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-04-22 14:44:30 +0200
committerYves Senn <yves.senn@gmail.com>2015-04-22 14:44:30 +0200
commitcdbf68599416e6b248d1d0e5bcbbbf73b90f1f42 (patch)
tree3a3d0135bb900bd877daf13eed23eb5604526dc8 /activesupport
parent9a1fa3e8f8bcc98635c3ab6a16b59874f32d77fb (diff)
downloadrails-cdbf68599416e6b248d1d0e5bcbbbf73b90f1f42.tar.gz
rails-cdbf68599416e6b248d1d0e5bcbbbf73b90f1f42.tar.bz2
rails-cdbf68599416e6b248d1d0e5bcbbbf73b90f1f42.zip
pass over CHANGELOGs. [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 3ad2392365..a3828f9c73 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -23,7 +23,8 @@
*George Claghorn*
-* Deprecate `alias_method_chain` in favour of `Module#prepend` introduced in Ruby 2.0
+* Deprecate `alias_method_chain` in favour of `Module#prepend` introduced in
+ Ruby 2.0.
*Kir Shatrov*