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 33961ce1c7..b2a5cd1cd8 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* alias_method_chain works with accessor= methods also. #6153 [Caio Chassot] + * Fix loadable_constants_for_path to handle load paths that do not end with a slash. [Nicholas Seckar] * Fix logic error in determining what was loaded by a given file. Closes #6039. [Nicholas Seckar] |