From cbd367b7fa232be37781bba1063c38d5ac36e94b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Jan 2005 16:43:21 +0000 Subject: Added :before option to authentication git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@352 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 94f10207c4..4467f352bb 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -2,6 +2,8 @@ * Added authentication framework to protect actions behind a condition and redirect on failure. See ActionController::Authentication for more. +* Added Base#render_nothing as a cleaner way of doing render_text "" when you're not interested in returning anything but an empty response. + * Added the possibility of passing nil to UrlHelper#link_to to use the link itself as the name -- cgit v1.2.3