aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-01-22 12:43:03 +0530
committerVipul A M <vipulnsward@gmail.com>2016-01-22 12:43:03 +0530
commit48c03c59c3e30f485bb0d6f67c4b3fcfb87ce337 (patch)
treec6afcc10e7bd0fcbcb596c37a7e5d30744f7a628 /actionpack
parent5d9e923d279f26e117d68d442e5c88a33341fe67 (diff)
downloadrails-48c03c59c3e30f485bb0d6f67c4b3fcfb87ce337.tar.gz
rails-48c03c59c3e30f485bb0d6f67c4b3fcfb87ce337.tar.bz2
rails-48c03c59c3e30f485bb0d6f67c4b3fcfb87ce337.zip
rm changelog for unreleased changes fixes
Based on https://github.com/rails/rails/pull/23167/files#r50507317 [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 4af5ccbbb8..f6ffe45490 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,7 +1,3 @@
-* Fix `ActionController::Parameters==`
-
- *Jon Moss*
-
* Response etags to always be weak: Prefixes 'W/' to value returned by
`ActionDispatch::Http::Cache::Response#etag=`, such that etags set in
`fresh_when` and `stale?` are weak.