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 afceb51180..52c2e81fb1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that MySQL enums should always be returned as strings #3501 [DHH] + * Change has_many :through to use the :source option to specify the source association. :class_name is now ignored. [Rick Olson] class Connection < ActiveRecord::Base |