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

Add missing authorship to ActionCable changelog entry

I accidentally forgot to add the author line to my changelog entry from
2bb4fdef5e
This commit is contained in:
Richard Macklin 2018-12-02 17:16:02 -08:00
parent 222757618e
commit fced64062f

View file

@ -2,6 +2,8 @@
`ActionCable.adapters.WebSocket` property rather than the `WebSocket` global
variable, matching the behavior of `ActionCable.Connection#open`.
*Richard Macklin*
* The ActionCable javascript package has been converted from CoffeeScript
to ES2015, and we now publish the source code in the npm distribution.