From 9756aa640f505df35fbd829b5d938c4ed4a26e1e Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 28 Feb 2013 09:03:37 -0300 Subject: Improve AR changelog [ci skip] --- activerecord/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3ae1e95a43..519d3f784f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,8 @@ ## unreleased ## -* Don't read csv file during executing db:fixtures:load. + +* Don't read CSV files during execution of `db:fixtures:load`. CSV support for + fixtures was removed some time ago but the task was still loading them, even + though later the code was looking for the related yaml file instead. *kennyj* @@ -8,7 +11,7 @@ *Steve Klabnik* -* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`. +* Fix overriding of attributes by `default_scope` on `ActiveRecord::Base#dup`. *Hiroshige UMINO* -- cgit v1.2.3