From 95454bfb33a9b29703dbbf04d1a71d06a68ae787 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 23 Jan 2005 17:24:54 +0000 Subject: Added mass-assignment protection for the inheritance column -- regardless of a custom column is used or not git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@477 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 65174cb1b8..81083fc24c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added mass-assignment protection for the inheritance column -- regardless of a custom column is used or not + * Fixed that association proxies would fail === tests like PremiumSubscription === @account.subscription * Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius] -- cgit v1.2.3