aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-14 11:57:30 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-14 11:57:30 +0000
commit7c848e6dd493ff236d33a0410a92f4c3e5cc3c7f (patch)
tree068103efccb6b94709ff5b8d9cf05cf0ad31c200 /activesupport/CHANGELOG.md
parent8e43fc5ace8039370f233570863b34821a3be46f (diff)
downloadrails-7c848e6dd493ff236d33a0410a92f4c3e5cc3c7f.tar.gz
rails-7c848e6dd493ff236d33a0410a92f4c3e5cc3c7f.tar.bz2
rails-7c848e6dd493ff236d33a0410a92f4c3e5cc3c7f.zip
Remove deprecated method alias_method_chain
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 372583c533..af75d44b3a 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated method `alias_method_chain`
+
+ *Andrew White*
+
* Remove deprecated constant `MissingSourceFile`
*Andrew White*