aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-05-08 18:04:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-05-08 18:04:07 +0000
commitbefd62c2fc04356980c4de493ffdee40e7a36c87 (patch)
tree690b3c860d8f8ea38672511bee92859bd440929a /activesupport/CHANGELOG
parent0adcd811f945603a8037febaa158bbc1ffaba9d1 (diff)
downloadrails-befd62c2fc04356980c4de493ffdee40e7a36c87.tar.gz
rails-befd62c2fc04356980c4de493ffdee40e7a36c87.tar.bz2
rails-befd62c2fc04356980c4de493ffdee40e7a36c87.zip
Document Active Support's Module::delegate. Closes #5002.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4329 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 16052680da..52e8c5abe6 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document Module::delegate. #5002 [pergesu@gmail.com]
+
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
* Strip out punctuation on predicates or bang methods being aliased with alias_method_chain since target?_without_feature is not a valid method name. Add tests for Module#alias_method_chain. [Marcel Molina Jr.]