aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
blob: 83ec68a51e0b2db6d93fdaab637ea79fbf14ded0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
*  Protect against concurrent writes to a websocket connection from
   multiple threads; the underlying OS write is not always threadsafe.

   *Tinco Andringa*

*  Add ActiveSupport::Notifications hook to Broadcaster#broadcast

   *Matthew Wear*

Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.