From 17a631f427ac654c1b8db0d4df4928db9cbe2a7d Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 20 Jan 2016 17:13:43 -0500 Subject: Small doc update per RF [ci skip] --- actioncable/CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'actioncable/CHANGELOG.md') 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* -- cgit v1.2.3