diff options
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
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] |