aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-11-26 03:45:54 +0000
committerRick Olson <technoweenie@gmail.com>2007-11-26 03:45:54 +0000
commit1af084ecda66a8e1b4eb3a51a07ebca85bf2e419 (patch)
tree2eb68b7cf6357726feb52653f480c099568d5da3 /actionpack/CHANGELOG
parentbd5ed651105663cb4bc5acd86ad8bdf48251d0fe (diff)
downloadrails-1af084ecda66a8e1b4eb3a51a07ebca85bf2e419.tar.gz
rails-1af084ecda66a8e1b4eb3a51a07ebca85bf2e419.tar.bz2
rails-1af084ecda66a8e1b4eb3a51a07ebca85bf2e419.zip
Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f95a600c26..26b533b13c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick]
+
* Add deprecation for old subtemplate syntax for ActionMailer templates, use render :partial [rick]
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]