From 46f092097bf2e6e827a1a3c9485e326cafc0beb6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 18 Mar 2007 03:16:53 +0000 Subject: alias_method_chain preserves the original method's visibility. Closes #7854. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6441 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index deddebd458..63ca49bec4 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* alias_method_chain preserves the original method's visibility. #7854 [Jonathan Viney] + * Update Dependencies to ignore constants inherited from ancestors. Closes #6951. [Nicholas Seckar] * Array#to_query preserves its ordering. #7756 [Greg Spurrier] -- cgit v1.2.3