aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 272cef6fcf..e080da9c06 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -22,6 +22,11 @@
*Rafael Mendonça França*
+* after_commit and after_rollback now validate the :on option and raise an ArgumentError if
+ it is not one of :create, :destroy or :update
+
+ *Pascal Friederich*
+
* Keep index names when using `alter_table` with sqlite3.
Fix #3489.