diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-08-02 16:46:41 -0400 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-08-02 16:46:41 -0400 |
commit | 6beaafd0c4289d5f19b2e01f84338cd7e2ff8032 (patch) | |
tree | d4edd330980bcfac5783c1491c763ff578b13af4 /actionpack | |
parent | b3e2abc4b130a27403ad1d25260c9200eb7cfaf0 (diff) | |
download | rails-6beaafd0c4289d5f19b2e01f84338cd7e2ff8032.tar.gz rails-6beaafd0c4289d5f19b2e01f84338cd7e2ff8032.tar.bz2 rails-6beaafd0c4289d5f19b2e01f84338cd7e2ff8032.zip |
Changelog entry for Digest Auth fix (#2301)
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index d5326e3d0b..68cce142a2 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* 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 stream data to the client live. For example: |