From 334d4cd3c75966a44239c7f31507fc1b4ecd1c85 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 23 Apr 2017 10:48:41 -0400 Subject: [PATCH] Finish Action Cable section in release notes [ci skip] --- guides/source/5_1_release_notes.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ----------- -- GitLab