aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Wear <matthew.wear@gmail.com>2016-02-16 11:06:35 -0800
committerMatthew Wear <matthew.wear@gmail.com>2016-03-04 14:47:54 -0800
commit09a1321d5b57111edc273f68f428e4ee5471ed5c (patch)
tree306fcbd86405b85f36f02271c4d40ade1279f4de /actioncable/CHANGELOG.md
parent54286878c637e976223e06c4c78877d00112add1 (diff)
downloadrails-09a1321d5b57111edc273f68f428e4ee5471ed5c.tar.gz
rails-09a1321d5b57111edc273f68f428e4ee5471ed5c.tar.bz2
rails-09a1321d5b57111edc273f68f428e4ee5471ed5c.zip
Add AS::Notifications and LogSubscriber to ActionCable::Channel
This commit adds ActiveSupport::Notifications instrumentation hooks and a LogSuscriber to ActionCable::Channel::Base.
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index fb9e498e49..db69766c40 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add ActiveSupport::Notifications and ActiveSupport::LogSubscriber to ActionCable::Channel
+
+ *Matthew Wear*
+
* Allow channel identifiers with no backslahes/escaping to be accepted
by the subscription storer.