From 5ea130943eb27586272ecebb060ff1475cadbed6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 Jan 2010 17:45:32 -0800 Subject: Fixed that fragment caching should return a cache hit as html_safe (or it would all just get escaped) [DHH] --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 7673b9fe56..1ea0904578 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Fixed that fragment caching should return a cache hit as html_safe (or it would all just get escaped) [DHH] + * Added that ActionController::Base now does helper :all instead of relying on the default ApplicationController in Rails to do it [DHH] * Added ActionDispatch::Request#authorization to access the http authentication header regardless of its proxy hiding [DHH] -- cgit v1.2.3