aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-01-18 20:04:35 -0500
committerJon Moss <me@jonathanmoss.me>2016-01-20 17:05:47 -0500
commit1600c67ff99c572ca947b2d1b1e781b6070621b5 (patch)
treee9cecbb6e042fb35f292adfc1e00b0efa897b168 /actioncable/CHANGELOG.md
parent6226f8f0662f66c8189f7e628dc42ca59d8f980a (diff)
downloadrails-1600c67ff99c572ca947b2d1b1e781b6070621b5.tar.gz
rails-1600c67ff99c572ca947b2d1b1e781b6070621b5.tar.bz2
rails-1600c67ff99c572ca947b2d1b1e781b6070621b5.zip
Add CHANGELOG.md entry for #22950
[ci skip]
Diffstat (limited to 'actioncable/CHANGELOG.md')
-rw-r--r--actioncable/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md
index 22126d82b7..cb3f32e127 100644
--- a/actioncable/CHANGELOG.md
+++ b/actioncable/CHANGELOG.md
@@ -1,3 +1,11 @@
+* 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`
+
+ *Jon Moss*
+
## Rails 5.0.0.beta1 (December 18, 2015) ##
* Added to Rails!