aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_1_release_notes.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-23 10:48:41 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-23 10:48:41 -0400
commit334d4cd3c75966a44239c7f31507fc1b4ecd1c85 (patch)
treee338e8c57cf8bfd157c201374d0ca396160f0fcc /guides/source/5_1_release_notes.md
parent3ec76256e88d36e251c388921d0fd172e86fa297 (diff)
downloadrails-334d4cd3c75966a44239c7f31507fc1b4ecd1c85.tar.gz
rails-334d4cd3c75966a44239c7f31507fc1b4ecd1c85.tar.bz2
rails-334d4cd3c75966a44239c7f31507fc1b4ecd1c85.zip
Finish Action Cable section in release notes
[ci skip]
Diffstat (limited to 'guides/source/5_1_release_notes.md')
-rw-r--r--guides/source/5_1_release_notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index 6c9b519605..27a7a748bd 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -252,6 +252,12 @@ Please refer to the [Changelog][action-cable] for detailed changes.
with multiple applications.
([Pull Request](https://github.com/rails/rails/pull/27425))
+* Permit same-origin connections by default.
+ ([commit](https://github.com/rails/rails/commit/dae404473409fcab0e07976aec626df670e52282))
+
+* Add `ActiveSupport::Notifications` hook for broadcasing data.
+ ([Pull Request](https://github.com/rails/rails/pull/24988))
+
Action Pack
-----------