aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-09-20 18:38:57 -0400
committerGitHub <noreply@github.com>2017-09-20 18:38:57 -0400
commit55e50f7c7819ee5d3234c47e34b5e20196ac24b7 (patch)
tree254aa2b31fe814bbf11f175750631d91257c1c6d /activerecord/CHANGELOG.md
parentaa0c8778dcd8ce7ab5aed082d7900e6ab87f1d91 (diff)
parentfda9df7b4e328ed2bfc3dad05899ef6269495688 (diff)
downloadrails-55e50f7c7819ee5d3234c47e34b5e20196ac24b7.tar.gz
rails-55e50f7c7819ee5d3234c47e34b5e20196ac24b7.tar.bz2
rails-55e50f7c7819ee5d3234c47e34b5e20196ac24b7.zip
Merge pull request #30619 from jagthedrummer/jeremy/instrumentation-payload-names
Update payload names for `sql.active_record` instrumentation to be more descriptive.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b421fedc96..55c4214eee 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Update payload names for `sql.active_record` instrumentation to be
+ more descriptive.
+
+ Fixes #30586.
+
+ *Jeremy Green*
+
* Add new error class `TransactionTimeout` for MySQL adapter which will be raised
when lock wait time expires.