aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b5457e389b..53b9752867 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,5 @@
-* Prevent AbstractAdapter from converting exceptions from ActiveSupport::Notification
- callbacks into ActiveRecord::StatementInvalids.
+* Prevent errors raised by sql.active_record notification subscribers from being converted into
+ ActiveRecord::StatementInvalid exceptions.
*Dennis Taylor*