aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*