aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-12-27 08:41:28 -0500
committerJon Moss <me@jonathanmoss.me>2016-12-27 08:41:28 -0500
commitd99c772da0d22a1651445fe953c386b1e528f728 (patch)
tree4c33400c9ec56d8dc2543b7e60b57e746b9d3547 /actioncable/CHANGELOG.md
parent57908d8a5e4ea83251b338cf51648a552969f3dd (diff)
downloadrails-d99c772da0d22a1651445fe953c386b1e528f728.tar.gz
rails-d99c772da0d22a1651445fe953c386b1e528f728.tar.bz2
rails-d99c772da0d22a1651445fe953c386b1e528f728.zip
Small edits to actioncable/CHANGELOG.md
[ci skip] - capitalize WebSocket
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index 2c84d3158f..4f17274a01 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -13,12 +13,12 @@
*Vladimir Dementyev*
-* Buffer now 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*
-* 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.
*Tinco Andringa*