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 6771e3e9c9..dbcf50a08b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul Legato] + * Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] * Speed up ActiveRecord#method_missing for the common case (read_attribute). |