diff options
| -rw-r--r-- | guides/source/5_0_release_notes.md | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index a868c5f856..45e9b77eea 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -322,10 +322,6 @@ Please refer to the [Changelog][action-view] for detailed changes.      ([Pull Request](https://github.com/rails/rails/pull/18948),      [commit](https://github.com/rails/rails/commit/e93f0f0f133717f9b06b1eaefd3442bd0ff43985)) -*   Allow defining explicit collection caching using a `# Template Collection: ...` -    directive inside templates. -    ([Pull Request](https://github.com/rails/rails/pull/20781)) -  *   Added wildcard matching to explicit dependencies.      ([Pull Request](https://github.com/rails/rails/pull/20904)) @@ -355,9 +351,6 @@ Please refer to the [Changelog][action-mailer] for detailed changes.  *   Template lookup now respects default locale and I18n fallbacks.      ([commit](https://github.com/rails/rails/commit/ecb1981b)) -*   Template can use fragment cache like Action View template. -    ([Pull Request](https://github.com/rails/rails/pull/22825)) -  *   Added `_mailer` suffix to mailers created via generator, following the same      naming convention used in controllers and jobs.      ([Pull Request](https://github.com/rails/rails/pull/18074)) @@ -509,9 +502,6 @@ Please refer to the [Changelog][active-record] for detailed changes.  *   Added `#cache_key` to `ActiveRecord::Relation`.      ([Pull Request](https://github.com/rails/rails/pull/20884)) -*   Added `ActiveRecord::Relation#outer_joins`. -    ([Pull Request](https://github.com/rails/rails/pull/12071)) -  *   Require `belongs_to` by default.      ([Pull Request](https://github.com/rails/rails/pull/18937)) - Deprecate      `required` option in favor of `optional` for `belongs_to` | 
