aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 21:45:09 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 21:46:00 +0530
commit4d94b1de16c93c70785959ebd3eee4d7bb3868aa (patch)
treec84c4899a208c7402544898bcb8cf6ff0ce25ead /guides
parent3b57bf22739e4954ec2edc86775f4ee77d6226bc (diff)
downloadrails-4d94b1de16c93c70785959ebd3eee4d7bb3868aa.tar.gz
rails-4d94b1de16c93c70785959ebd3eee4d7bb3868aa.tar.bz2
rails-4d94b1de16c93c70785959ebd3eee4d7bb3868aa.zip
Added release notes for Action Cable [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_2_release_notes.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index 7481d8df08..18d88d34a0 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -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
-----------