diff options
author | Marcel Molina <marcel@vernix.org> | 2005-11-20 22:32:40 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-11-20 22:32:40 +0000 |
commit | baa2ab5ac30404bce5b5fddaa0d37322280fb48e (patch) | |
tree | abd7fef85ef4a167ec5941f6e614d5e57da11db1 /activesupport/CHANGELOG | |
parent | 55a3979a098d05158066ea3e53d0cdb66e88638c (diff) | |
download | rails-baa2ab5ac30404bce5b5fddaa0d37322280fb48e.tar.gz rails-baa2ab5ac30404bce5b5fddaa0d37322280fb48e.tar.bz2 rails-baa2ab5ac30404bce5b5fddaa0d37322280fb48e.zip |
Add extended_by, extend_with_included_modules_from and copy_instance_variables_from to Object.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 5aa7d23de3..0de240ff91 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,10 @@ *SVN* +* Added the following methods [Marcel Molina Jr., Sam Stephenson]: + * Object#copy_instance_variables_from(object) to copy instance variables from one object to another + * Object#extended_by to get an instance's included/extended modules + * Object#extend_with_included_modules_from(object) to extend an instance with the modules from another instance + * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] *1.2.3* (November 7th, 2005) |