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 a0a1addd62..d8d4c2988d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Find with a list of ids supports limit/offset. #8437 [hrudududu] + * Optimistic locking: revert the lock version when an update fails. #7840 [plang] * Migrations: add_column supports custom column types. #7742 [jsgarvin, Theory] |