aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-03-03 22:19:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-03-03 22:19:54 +0000
commitbf6d4cede7c4316321f9fafeda747ec3bfdf45c8 (patch)
treee733cd4675a59aabd21da24c4c82d3cc23f7a761 /actionpack/CHANGELOG
parentbda4009aeed7b5498c3d361895102d6e1ebeb7a2 (diff)
downloadrails-bf6d4cede7c4316321f9fafeda747ec3bfdf45c8.tar.gz
rails-bf6d4cede7c4316321f9fafeda747ec3bfdf45c8.tar.bz2
rails-bf6d4cede7c4316321f9fafeda747ec3bfdf45c8.zip
Added user/password options for url_for to add http authentication in a URL [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6302 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 65ccc16a2f..cb2587b235 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added user/password options for url_for to add http authentication in a URL [DHH]
+
* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson]
* Set the original button value in an attribute of the button when using the :disable_with key with submit_tag, so that the original can be restored later. [Jamis Buck]