aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-11-12 13:14:49 -0500
committerVipul A M <vipulnsward@gmail.com>2016-11-12 13:14:49 -0500
commit7e7d6ccf344d3cb42b836e22e1381269f55b67d2 (patch)
tree9cdb442af2e89f8ba95cdc6c7967e12dafde65e7 /actioncable/CHANGELOG.md
parent26dd9b26ab7317f94fd285245879e888344143b2 (diff)
downloadrails-7e7d6ccf344d3cb42b836e22e1381269f55b67d2.tar.gz
rails-7e7d6ccf344d3cb42b836e22e1381269f55b67d2.tar.bz2
rails-7e7d6ccf344d3cb42b836e22e1381269f55b67d2.zip
Changelog edits
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index d70d32ce07..2c84d3158f 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -1,7 +1,7 @@
* Permit same-origin connections by default.
- New option `config.action_cable.allow_same_origin_as_host = false`
- to disable.
+ Added new option `config.action_cable.allow_same_origin_as_host = false`
+ to disable this behaviour.
*Dávid Halász*, *Matthew Draper*
@@ -13,7 +13,7 @@
*Vladimir Dementyev*
-* Buffer writes to websocket connections, to avoid blocking threads
+* Buffer now writes to websocket connections, to avoid blocking threads
that could be doing more useful things.
*Matthew Draper*, *Tinco Andringa*
@@ -23,7 +23,7 @@
*Tinco Andringa*
-* Add ActiveSupport::Notifications hook to Broadcaster#broadcast.
+* Add `ActiveSupport::Notifications` hook to `Broadcaster#broadcast`.
*Matthew Wear*