Skip to content

Commit

Permalink
Changelog about BestStandardsSupport removal
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jan 29, 2013
1 parent 54a90a4 commit 6739150
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 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`.

Expand Down Expand Up @@ -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:

Expand Down

1 comment on commit 6739150

@guilleiguaran
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for myself: Add this to upgrading guide!!!

Please sign in to comment.