diff options
Diffstat (limited to 'actioncable/CHANGELOG.md')
-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. |