Merge pull request #34598 from rmacklin/add-missing-authorship-to-changelog-entry

Add missing authorship to ActionCable changelog entry
This commit is contained in:
Rafael França 2018-12-02 21:13:39 -05:00 committed by GitHub
commit 5bf6986293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.