Add changelog entry for #27425 [ci skip]

This commit is contained in:
Chad Ingram 2017-01-21 22:03:09 -05:00
parent fb5bd3c6f2
commit 36a80b41dc
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
* Redis subscription adapters now support `channel_prefix` option in `cable.yml`
Avoids channel name collisions when multiple apps use the same Redis server.
*Chad Ingram*
* Permit same-origin connections by default.
Added new option `config.action_cable.allow_same_origin_as_host = false`