aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-05 00:38:09 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-05 00:38:09 +0000
commitefe0348486aee9b19877e730a6a07db9c717f2f2 (patch)
tree7c7fd7eed5152e056b8a30bb5e9ea9b5db6a123f /actionpack/CHANGELOG
parentf92ae75a23cddbdc6e55fc17dcf5052fba330c75 (diff)
downloadrails-efe0348486aee9b19877e730a6a07db9c717f2f2.tar.gz
rails-efe0348486aee9b19877e730a6a07db9c717f2f2.tar.bz2
rails-efe0348486aee9b19877e730a6a07db9c717f2f2.zip
Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@338 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a9c5796118..ca5b153552 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name
+
+
*1.2.0* (January 4th, 2005)
* Added MemCacheStore for storing session data in Danga's MemCache system [Bob Cottrell]