mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry for 3c731a4ad6
This commit is contained in:
parent
f784f218ea
commit
39f4f28993
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue