aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-05-08 05:48:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-05-08 05:48:18 +0000
commit20eb59ad8a9e97a5bbb68df1ba2f15914c26a358 (patch)
treeb8821fba747df8e787897101bafc5916b3df5d7a /actionpack/CHANGELOG
parent5a9dc1231c337f20a53e22d01dcddf7953ec549d (diff)
downloadrails-20eb59ad8a9e97a5bbb68df1ba2f15914c26a358.tar.gz
rails-20eb59ad8a9e97a5bbb68df1ba2f15914c26a358.tar.bz2
rails-20eb59ad8a9e97a5bbb68df1ba2f15914c26a358.zip
Included the HttpAuthentication plugin as part of core (ActionController::HttpAuthentication::Basic) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6699 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 039ed8aa52..21df4be24a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Included the HttpAuthentication plugin as part of core (ActionController::HttpAuthentication::Basic) [DHH]
+
* Modernize documentation for form helpers. [jeremymcanally]
* Add brief introduction to REST to the resources documentation. [fearoffish]