aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-07-09 03:17:03 +0930
committerMatthew Draper <matthew@trebex.net>2016-07-09 03:17:51 +0930
commit48e8056d4f9bfb764575b20ba3791a71f5d9d3ea (patch)
treee4bc2ec9b494ea0e3f9d7e8e8144702225e78870 /actioncable/CHANGELOG.md
parente995611155e51fa99a97e82d4f56f7555d9c4168 (diff)
downloadrails-48e8056d4f9bfb764575b20ba3791a71f5d9d3ea.tar.gz
rails-48e8056d4f9bfb764575b20ba3791a71f5d9d3ea.tar.bz2
rails-48e8056d4f9bfb764575b20ba3791a71f5d9d3ea.zip
Correct changelog layout
[ci skip]
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md16
1 files changed, 8 insertions, 8 deletions
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.