1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Correct changelog layout

[ci skip]
This commit is contained in:
Matthew Draper 2016-07-09 03:17:03 +09:30
parent e995611155
commit 48e8056d4f

View file

@ -1,17 +1,17 @@
* Protect against concurrent writes to a websocket connection from * Protect against concurrent writes to a websocket connection from
multiple threads; the underlying OS write is not always threadsafe. multiple threads; the underlying OS write is not always threadsafe.
*Tinco Andringa* *Tinco Andringa*
* Add ActiveSupport::Notifications hook to Broadcaster#broadcast * Add ActiveSupport::Notifications hook to Broadcaster#broadcast
*Matthew Wear* *Matthew Wear*
* Close hijacked socket when connection is shut down. * Close hijacked socket when connection is shut down.
Fixes #25613. Fixes #25613.
*Tinco Andringa* *Tinco Andringa*
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes. Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.