diff options
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 8b9396936a..d7c2d80f33 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Fix `write_attribute` method to check whether an attribute is aliased or not, and + use the aliased attribute name if needed. + + *Prathamesh Sonpatki* + * Fix `read_attribute` method to check whether an attribute is aliased or not, and use the aliased attribute name if needed. @@ -65,7 +70,7 @@ *Jon Moss* -* Add `stat` method to `ActiveRecord::ConnectionAdapters::ConnectionPool`. +* Added `stat` method to `ActiveRecord::ConnectionAdapters::ConnectionPool`. Example: |