From 48e8056d4f9bfb764575b20ba3791a71f5d9d3ea Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Sat, 9 Jul 2016 03:17:03 +0930 Subject: Correct changelog layout [ci skip] --- actioncable/CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'actioncable/CHANGELOG.md') diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 9076e0a83a..cc15e9bf61 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,17 +1,17 @@ -* Protect against concurrent writes to a websocket connection from - multiple threads; the underlying OS write is not always threadsafe. +* Protect against concurrent writes to a websocket connection from + 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. -- cgit v1.2.3