aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJosh Peek <josh@joshpeek.com>2008-04-04 20:26:42 +0000
committerJosh Peek <josh@joshpeek.com>2008-04-04 20:26:42 +0000
commit08318b8bcd32bae741e672899a33c6a7d52664c8 (patch)
tree5f7b491567621560d1c618e93fb8ab15155a3dbf /activesupport/CHANGELOG
parent36b8073ff553e8939d78ca2371ffdec7eb8f8071 (diff)
downloadrails-08318b8bcd32bae741e672899a33c6a7d52664c8.tar.gz
rails-08318b8bcd32bae741e672899a33c6a7d52664c8.tar.bz2
rails-08318b8bcd32bae741e672899a33c6a7d52664c8.zip
Replaced callback method evaluation in AssociationCollection class to use ActiveSupport::Callbacks. Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9225 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 b2955ab69d..79522a0f0e 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
+
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes #7399 [sblackstone]
* TimeWithZone: Adding tests for dst and leap day edge cases when advancing time [Geoff Buesing]