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 f2b377a20b..75cc342f90 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Deprecated add_on_boundary_breaking (use validates_length_of instead) #6292 [BobSilva] + * The has_many create method works with polymorphic associations. #6361 [Dan Peterson] * MySQL: introduce Mysql::Result#all_hashes to support further optimization. #5581 [Stefan Kaes] |