diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-12-02 21:13:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 21:13:39 -0500 |
commit | 5bf6986293151eb67c9bd759a7fcfcbcf6e0f132 (patch) | |
tree | 471eb79dda30e1f1f31756b14fb62adf1d6c0091 /actioncable | |
parent | 222757618e709c3fcdd79478cd39c2bc2cad573e (diff) | |
parent | fced64062f65534a53e51f6d44dbeda1fdb1cd32 (diff) | |
download | rails-5bf6986293151eb67c9bd759a7fcfcbcf6e0f132.tar.gz rails-5bf6986293151eb67c9bd759a7fcfcbcf6e0f132.tar.bz2 rails-5bf6986293151eb67c9bd759a7fcfcbcf6e0f132.zip |
Merge pull request #34598 from rmacklin/add-missing-authorship-to-changelog-entry
Add missing authorship to ActionCable changelog entry
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index e30e07d4a2..5d2e5d7634 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -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. |