aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-04-29 10:21:27 -0700
committerGitHub <noreply@github.com>2017-04-29 10:21:27 -0700
commit26878bdb00a52ded3be35ba1da2517a890127209 (patch)
treeb7b56780804363ca4b994098afe667a9d6e3f39f
parent66c99d2430be3e8bde76e0f7712aa99ac0814b81 (diff)
parentdf6aef2518884f65871f719125a972790518fd17 (diff)
downloadrails-26878bdb00a52ded3be35ba1da2517a890127209.tar.gz
rails-26878bdb00a52ded3be35ba1da2517a890127209.tar.bz2
rails-26878bdb00a52ded3be35ba1da2517a890127209.zip
Merge pull request #28924 from y-yagi/fix-release-note
Remove entries included in 5.0 [ci skip]
-rw-r--r--guides/source/5_1_release_notes.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index fc79287d4c..ecdb951870 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -328,9 +328,6 @@ 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 broadcasting data.
([Pull Request](https://github.com/rails/rails/pull/24988))
@@ -356,9 +353,6 @@ Please refer to the [Changelog][action-pack] for detailed changes.
### Deprecations
-* Deprecated `:controller` and `:action` path parameters.
- ([Pull Request](https://github.com/rails/rails/pull/23980))
-
* Deprecated `config.action_controller.raise_on_unfiltered_parameters`.
It doesn't have any effect in Rails 5.1.
([Commit](https://github.com/rails/rails/commit/c6640fb62b10db26004a998d2ece98baede509e5))
@@ -416,10 +410,6 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
### Notable changes
-* Exception handling: use `rescue_from` to handle exceptions raised by
- mailer actions, by message delivery, and by deferred delivery jobs.
- ([commit](https://github.com/rails/rails/commit/e35b98e6f5c54330245645f2ed40d56c74538902))
-
* Allowed setting custom content type when attachments are included
and body is set inline.
([Pull Request](https://github.com/rails/rails/pull/27227))