diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-29 16:35:03 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-29 16:35:03 -0500 |
commit | 673915035d636df07d61c821f63f7b84b09574f8 (patch) | |
tree | faa1ba38f2e3a6b52ef4c7691de0f7f41facade8 /actionpack | |
parent | 54a90a4794faed70c9da0d861b94add31391075c (diff) | |
download | rails-673915035d636df07d61c821f63f7b84b09574f8.tar.gz rails-673915035d636df07d61c821f63f7b84b09574f8.tar.bz2 rails-673915035d636df07d61c821f63f7b84b09574f8.zip |
Changelog about BestStandardsSupport removal
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 352d79b886..a2cf94fb42 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,11 @@ ## Rails 4.0.0 (unreleased) ## +* Remove `BestStandardsSupport` middleware, !DOCTYPE html already triggers + standards mode per http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx + and ChromeFrame header has been moved to `config.action_dispatch.default_headers` + + *Guillermo Iguaran* + * Fix CSRF protection and `current_url?` helper to work with HEAD requests now that `ActionDispatch::Head` has been removed in favor of `Rack::Head`. @@ -32,11 +38,6 @@ *Xavier Noria* -* `BestStandardsSupport` no longer duplicates `X-UA-Compatible` values on - each request to prevent header size from blowing up. - - *Edward Anderson* - * Change the behavior of route defaults so that explicit defaults are no longer required where the key is not part of the path. For example: |