aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-01-20 17:13:43 -0500
committerJon Moss <me@jonathanmoss.me>2016-01-20 17:13:43 -0500
commit17a631f427ac654c1b8db0d4df4928db9cbe2a7d (patch)
tree824fef2110db2a9b75353dcb8306b62444f60d48 /actioncable/CHANGELOG.md
parent4bb3ee84a24d0f489485180da517aaab436cce93 (diff)
downloadrails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.tar.gz
rails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.tar.bz2
rails-17a631f427ac654c1b8db0d4df4928db9cbe2a7d.zip
Small doc update per RF [ci skip]
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index cb3f32e127..a33b7b6b4b 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -1,8 +1,9 @@
* Create notion of an `ActionCable::SubscriptionAdapter`.
- Separate out Redis functionality into `AC::SA::Redis`,
- and add a PostgreSQL adapter as well. Configuration file
- for ActionCable was changed from `config/redis/cable.yml`
- to `config/cable.yml`
+ Separate out Redis functionality into
+ `ActionCable::SubscriptionAdapter::Redis`, and add a
+ PostgreSQL adapter as well. Configuration file for
+ ActionCable was changed from`config/redis/cable.yml` to
+ `config/cable.yml`.
*Jon Moss*