aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) ##