diff options
author | Andrew White <pixeltrix@users.noreply.github.com> | 2016-01-22 08:49:54 +0000 |
---|---|---|
committer | Andrew White <pixeltrix@users.noreply.github.com> | 2016-01-22 08:49:54 +0000 |
commit | 8383f79d9207df149c533e220776bdae218cc51d (patch) | |
tree | 2a19bcd3bd3c0c4c8ad0ee5a281eb54e1d80732d | |
parent | a2a6806063d5f5d1681b5143f7a38cd3fecefe80 (diff) | |
parent | 48c03c59c3e30f485bb0d6f67c4b3fcfb87ce337 (diff) | |
download | rails-8383f79d9207df149c533e220776bdae218cc51d.tar.gz rails-8383f79d9207df149c533e220776bdae218cc51d.tar.bz2 rails-8383f79d9207df149c533e220776bdae218cc51d.zip |
Merge pull request #23178 from vipulnsward/rm-changelog
rm changelog for unreleased changes fixes
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
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. |