From 6beaafd0c4289d5f19b2e01f84338cd7e2ff8032 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 2 Aug 2012 16:46:41 -0400 Subject: [PATCH] Changelog entry for Digest Auth fix (#2301) --- actionpack/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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: -- GitLab