aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Taylor <dennis.taylor@clio.com>2017-07-07 11:27:46 -0700
committerDennis Taylor <dennis.taylor@clio.com>2017-07-07 11:27:46 -0700
commite45226dd899ebb39d4ae0fae1dda4a2a507eaddd (patch)
treeb26a97bb9d39289285c0797749e62fa32e2c0b48
parent6b7347b124064bbbaf3a20eadee7fbec977eed4c (diff)
downloadrails-e45226dd899ebb39d4ae0fae1dda4a2a507eaddd.tar.gz
rails-e45226dd899ebb39d4ae0fae1dda4a2a507eaddd.tar.bz2
rails-e45226dd899ebb39d4ae0fae1dda4a2a507eaddd.zip
Fix changelog wording as suggested.
-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*