aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-25 22:04:52 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-25 22:05:54 -0300
commitcde6ead573a6f9638bb866935f21d66b05fc712f (patch)
treeb2f40f261e480cbf03f45e086020948e4c87c76f
parent07c6262c253cd60780735ab813bc255b606facbc (diff)
downloadrails-cde6ead573a6f9638bb866935f21d66b05fc712f.tar.gz
rails-cde6ead573a6f9638bb866935f21d66b05fc712f.tar.bz2
rails-cde6ead573a6f9638bb866935f21d66b05fc712f.zip
Move changelog entry to the top [ci skip]
-rw-r--r--activerecord/CHANGELOG.md11
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) ##