aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-05 21:12:57 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-05 21:12:57 -0300
commit39f4f289931ebe85b04624b4be8522d68e2c7620 (patch)
tree81055baea2cb0ab3d60647030c58587a07a5dbc3 /actionpack
parentf784f218ea30f60c708db26e47eb336e824cdf5d (diff)
downloadrails-39f4f289931ebe85b04624b4be8522d68e2c7620.tar.gz
rails-39f4f289931ebe85b04624b4be8522d68e2c7620.tar.bz2
rails-39f4f289931ebe85b04624b4be8522d68e2c7620.zip
Add CHANGELOG entry for 3c731a4ad62430100ba0b65bc966aa6dc6280c5f
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 68cce142a2..4b4658a82b 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Send an empty response body when call `head` with status between 100 and 199, 204, 205 or 304.
+
+ *Armand du Plessis*
+
* Fixed issue with where Digest authentication would not work behind a proxy. *Arthur Smith*
* Added ActionController::Live. Mix it in to your controller and you can