diff options
author | claudiob <claudiob@gmail.com> | 2016-02-24 08:49:33 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2016-02-24 08:49:33 -0800 |
commit | 7d46371d89c196256bc0b4e881d2afc13836e363 (patch) | |
tree | 01290cad2ee07d533ff2ef33e6a109eaa5bf577b | |
parent | 116581be91c7295380f62b717f8c530878edd630 (diff) | |
download | rails-7d46371d89c196256bc0b4e881d2afc13836e363.tar.gz rails-7d46371d89c196256bc0b4e881d2afc13836e363.tar.bz2 rails-7d46371d89c196256bc0b4e881d2afc13836e363.zip |
Add Ruby formatting to CHANGELOG entry
[ci skip]
-rw-r--r-- | actioncable/CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 6b036dceb6..e2e6819f98 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,9 +1,10 @@ ## Rails 5.0.0.beta3 (February 24, 2016) ## -* Added ActionCable::SubscriptionAdapter::EventedRedis.em_redis_connector/redis_connector and - ActionCable::SubscriptionAdapter::Redis.redis_connector factory methods for redis connections, - so you can overwrite with your own initializers. This is used when you want to use different-than-standard Redis adapters, - like for Makara distributed Redis. +* Added `em_redis_connector` and `redis_connector` to + `ActionCable::SubscriptionAdapter::EventedRedis` and added `redis_connector` + to `ActionCable::SubscriptionAdapter::Redis`, so you can overwrite with your + own initializers. This is used when you want to use different-than-standard + Redis adapters, like for Makara distributed Redis. *DHH* |