diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 173ea25f11..b8e3e0f4ba 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added that Base.update_all and Base.delete_all return an integer of the number of affected rows #341 + +* Changed the interface on AbstractAdapter to require that adapters return the number of affected rows on delete and update operations. + * Added that query benchmarking will only happen if its going to be logged anyway #344 * Added higher_item and lower_item as public methods for acts_as_list #342 [Tobias Luetke] |