diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-06-25 22:04:52 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-06-25 22:05:54 -0300 |
commit | cde6ead573a6f9638bb866935f21d66b05fc712f (patch) | |
tree | b2f40f261e480cbf03f45e086020948e4c87c76f /activerecord | |
parent | 07c6262c253cd60780735ab813bc255b606facbc (diff) | |
download | rails-cde6ead573a6f9638bb866935f21d66b05fc712f.tar.gz rails-cde6ead573a6f9638bb866935f21d66b05fc712f.tar.bz2 rails-cde6ead573a6f9638bb866935f21d66b05fc712f.zip |
Move changelog entry to the top [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0e8fe55e84..c673a278f6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,10 @@ ## unreleased ## + +* Fix `ActiveRecord::Store` incorrectly tracking changes of its attributes. + Fixes #10373. + + *Janko Marohnić* + * Fix mysql2 adapter raises the correct exception when executing a query on a closed connection. @@ -111,11 +117,6 @@ *kennyj* -* Fix `ActiveRecord::Store` incorrectly tracking changes of its attributes. - Fixes #10373. - - *Janko Marohnić* - ## Rails 3.2.13 (Mar 18, 2013) ## |