From 7306675fe276a7586afa8526068e4698a6d360cf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 20 Jan 2005 17:26:14 +0000 Subject: Removed the need for passing the binding when using CacheHelper#cache git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@472 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 bd76b3f61d..d046c11c2f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Removed the need for passing the binding when using CacheHelper#cache + * Added TestResponse#binary_content that'll return as a string the data sent through send_data/send_file for testing #500 [Alexey] * Added @request.env['RAW_POST_DATA'] for people who need access to the data before Ruby's CGI has parsed it #505 [bitsweat] -- cgit v1.2.3