Merge pull request #28924 from y-yagi/fix-release-note

Remove entries included in 5.0 [ci skip]
This commit is contained in:
Rafael França 2017-04-29 10:21:27 -07:00 committed by GitHub
commit 26878bdb00
1 changed files with 0 additions and 10 deletions

View File

@ -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))