From 6637f9069c8bd819edc175cca13b667861aa3a0b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 10 Oct 2007 17:35:10 +0000 Subject: Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7825 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 504eca371e..28c5556d81 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] + +* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] + * rescue_from accepts :with => lambda { |exception| ... } or a normal block. #9827 [lifofifo] * Add :status to redirect_to allowing users to choose their own response code without manually setting headers. #8297 [codahale, chasgrundy] -- cgit v1.2.3