From da532b92fd5ce24ee16b6d091708bf982aab07a5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 31 Oct 2007 16:46:56 +0000 Subject: Expose the cookie jar as a helper method (before the view would just get the raw cookie hash) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8062 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 0aaa1a51f2..3d0e645a14 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Expose the cookie jar as a helper method (before the view would just get the raw cookie hash) [DHH] + * Integration tests: get_ and post_via_redirect take a headers hash. #9130 [simonjefford] * Simplfy #view_paths implementation. ActionView templates get the exact object, not a dup. [Rick] -- cgit v1.2.3