diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-14 23:37:38 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-14 23:37:38 +0000 |
commit | 823a918a52c1cc6c5707ef923eadb065a471d4a5 (patch) | |
tree | 1f9d58676083f49c49ad53eb991fc708e587f7b5 /actionpack/CHANGELOG | |
parent | 90f78e2bd14d2aa6c14ad132bdcdc4270fac0077 (diff) | |
download | rails-823a918a52c1cc6c5707ef923eadb065a471d4a5.tar.gz rails-823a918a52c1cc6c5707ef923eadb065a471d4a5.tar.bz2 rails-823a918a52c1cc6c5707ef923eadb065a471d4a5.zip |
Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index e1e86d3e55..3470e0ae14 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke] + * Fixed :anchor use in url_for #821 [Nicholas Seckar] * Removed the reliance on PATH_INFO as it was causing problems for caching and inhibited the new non-vhost support #822 [Nicholas Seckar] |