diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
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] |