aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-07 12:10:57 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-07 12:10:57 +0000
commit8e4edec877342c7436c0a2ee2167ed98a7360254 (patch)
treed9f26f3ec29359399bbedcd4b7683b5fd518a386 /activerecord/CHANGELOG
parenta6f718cfa0b633ed343a641bf6a3942476e26802 (diff)
downloadrails-8e4edec877342c7436c0a2ee2167ed98a7360254.tar.gz
rails-8e4edec877342c7436c0a2ee2167ed98a7360254.tar.bz2
rails-8e4edec877342c7436c0a2ee2167ed98a7360254.zip
Fixed that methods wrapped in callbacks still return their original result #260 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@65 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index e19c9e23fa..d885b4eea1 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*CVS*
+* Fixed that methods wrapped in callbacks still return their original result #260 [bitsweat]
+
* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]
* Added bind-style variable interpolation for the condition arrays that uses the adapter's quote method [Michael Koziarski]