aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-30 11:02:32 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-30 11:02:32 +0530
commit2d1688584f6139d2463a9abeb7c9f9ccc433f9bf (patch)
tree4b17ac14f671596fa545d333ab15ce31d41445d3 /guides/source
parent6381d080789dd2ea613bc8e57d2b6fee7210f1c3 (diff)
downloadrails-2d1688584f6139d2463a9abeb7c9f9ccc433f9bf.tar.gz
rails-2d1688584f6139d2463a9abeb7c9f9ccc433f9bf.tar.bz2
rails-2d1688584f6139d2463a9abeb7c9f9ccc433f9bf.zip
[ci skip] Put all removals in its section
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_0_release_notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index e504514e72..7ced92d829 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -82,6 +82,9 @@ Please refer to the [Changelog][railties] for detailed changes.
* Removed the documentation tasks `doc:app`, `doc:rails`, and `doc:guides`.
([commit](https://github.com/rails/rails/commit/cd7cc5254b090ccbb84dcee4408a5acede25ef2a))
+* Removed `Rack::ContentLength` middleware from the default
+ stack. ([Commit](https://github.com/rails/rails/commit/56903585a099ab67a7acfaaef0a02db8fe80c450))
+
### Deprecations
* Deprecated `config.static_cache_control` in favor of
@@ -107,9 +110,6 @@ Please refer to the [Changelog][railties] for detailed changes.
the order they are invoked by Rails.
([Pull Request](https://github.com/rails/rails/pull/19323))
-* Removed `Rack::ContentLength` middleware from the default
- stack. ([Commit](https://github.com/rails/rails/commit/56903585a099ab67a7acfaaef0a02db8fe80c450))
-
* Added `bin/rails dev:cache` to enable or disable caching in development mode.
([Pull Request](https://github.com/rails/rails/pull/20961))