diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 2542e46ac3..e40c130b2d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Improve error message when nil is assigned to an attr which validates_size_of within a range. #2022 [Manuel Holtgrewe ] + * Make update_attribute use the same writer method that update_attributes uses. #2237 [trevor@protocool.com]