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 0d0ae92682..6d74ebc70f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correctly quote id list for limited eager loading. #7482 [tmacedo] + * Fixed that using version-targetted migrates would fail on loggers other than the default one #7430 [valeksenko] * Fixed rename_column for SQLite when using symbols for the column names #8616 [drodriguez] |