aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Thomas Storti <btstorti@gmail.com>2013-11-25 23:17:31 -0200
committerBrian Thomas Storti <btstorti@gmail.com>2013-11-25 23:17:31 -0200
commit09f941c507455e5523cd2d990117c1fcf4f0ab9c (patch)
tree3c5d7d29e3342f9187d23ca5d508230014ca2819
parent5aab0c053832ded70a3a4b58cb97f8f8bba796ba (diff)
downloadrails-09f941c507455e5523cd2d990117c1fcf4f0ab9c.tar.gz
rails-09f941c507455e5523cd2d990117c1fcf4f0ab9c.tar.bz2
rails-09f941c507455e5523cd2d990117c1fcf4f0ab9c.zip
move changelog entry to the top
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8317adfeb2..bce288aefb 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Raise `ActiveRecord::RecordNotDestroyed` when a replaced child marked with `dependent: destroy` fails to be destroyed.
+
+ Fix #12812
+
+ *Brian Thomas Storti*
+
* Fix validation on uniqueness of empty association.
*Evgeny Li*
@@ -1042,10 +1048,4 @@
*Slava Markevich*
-* Raise `ActiveRecord::RecordNotDestroyed` when a replaced child marked with `dependent: destroy` fails to be destroyed.
-
- Fix #12812
-
- *Brian Thomas Storti*
-
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/activerecord/CHANGELOG.md) for previous changes.