Added release notes for Action Cable [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2018-01-07 21:45:09 +05:30
parent 3b57bf2273
commit 4d94b1de16
No known key found for this signature in database
GPG Key ID: 8B90F6B89E2BCB71

@ -87,9 +87,18 @@ Action Cable
Please refer to the [Changelog][action-cable] for detailed changes.
### Removals
* Removed deprecated evented redis adapter.
([Commit](https://github.com/rails/rails/commit/48766e32d31))
### Notable changes
ToDo
* Added support for `host`, `port`, `db` and `password` options in cable.yml
([Pull Request](https://github.com/rails/rails/pull/29528))
* Added support for compatibility with redis-rb gem for 4.0 version.
([Pull Request](https://github.com/rails/rails/pull/30748))
Action Pack
-----------