diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-11-26 03:45:54 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-11-26 03:45:54 +0000 |
commit | 1af084ecda66a8e1b4eb3a51a07ebca85bf2e419 (patch) | |
tree | 2eb68b7cf6357726feb52653f480c099568d5da3 /actionpack/CHANGELOG | |
parent | bd5ed651105663cb4bc5acd86ad8bdf48251d0fe (diff) | |
download | rails-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/CHANGELOG | 2 |
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] |