diff options
author | Travis Warlick <warlickt@operissystems.com> | 2011-08-13 21:23:27 -0500 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-09-15 15:01:59 +0400 |
commit | cd461c3e64e09cdcb1e379d1c35423c5e2caa592 (patch) | |
tree | 98beac2682833974906c0f2cf8319fbe8e18747c /actionpack/CHANGELOG.md | |
parent | 60c88e64e26682a954f7c8cd6669d409ffffcc8b (diff) | |
download | rails-cd461c3e64e09cdcb1e379d1c35423c5e2caa592.tar.gz rails-cd461c3e64e09cdcb1e379d1c35423c5e2caa592.tar.bz2 rails-cd461c3e64e09cdcb1e379d1c35423c5e2caa592.zip |
Support for multiple etags in an If-None-Match header
This is a rebased version of #2520.
Conflicts:
actionpack/test/dispatch/request_test.rb
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 729a1e8198..239e4445d3 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Support multiple etags in If-None-Match header. *Travis Warlick* + * Allow to configure how unverified request will be handled using `:with` option in `protect_from_forgery` method. |