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 32f0933bc3..077bd9569c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* DRY up association collection reader method generation. [Marcel Molina Jr.] + +* DRY up and tweak style of the validation error object. [Marcel Molina Jr.] + * Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick] class Account < ActiveRecord::Base |