diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 6479cc5a9b..fec110d569 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,6 @@ -*Edge* +*2.2.0 [RC1] (October 24th, 2008)* + +* Skip collection ids reader optimization if using :finder_sql [Jeremy Kemper] * Add Model#delete instance method, similar to Model.delete class method. #1086 [Hongli Lai] |