aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-03-13 11:14:49 +0100
committerYves Senn <yves.senn@gmail.com>2013-03-13 16:27:47 +0100
commit8945be464feb8c9ec8c4e7be52e5195f17a1ef5e (patch)
treea54070d140b34164d06a0a21e6ec433767e72271 /actionpack/CHANGELOG.md
parentb5493c83f5c5ab16878827ae0edf25fbf24825e9 (diff)
downloadrails-8945be464feb8c9ec8c4e7be52e5195f17a1ef5e.tar.gz
rails-8945be464feb8c9ec8c4e7be52e5195f17a1ef5e.tar.bz2
rails-8945be464feb8c9ec8c4e7be52e5195f17a1ef5e.zip
Http::Headers respects headers that are not prefixed with HTTP_
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 157a038b7c..2e31358f87 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Http::Headers respects headers that are not prefixed with HTTP_
+
+ *Yves Senn*
+
* Fix incorrectly appended square brackets to a multiple select box
if an explicit name has been given and it already ends with "[]"