aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-28 19:45:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-28 19:45:32 +0000
commitc57254d44930f43ccf300e8906bd46bd5aaf8ed3 (patch)
tree714ef6edded6cb6b0c4e400d03723bb7073e75b9 /actionpack/CHANGELOG
parentbdd88810c1edf8289801f88170eb5c9659b2f774 (diff)
downloadrails-c57254d44930f43ccf300e8906bd46bd5aaf8ed3.tar.gz
rails-c57254d44930f43ccf300e8906bd46bd5aaf8ed3.tar.bz2
rails-c57254d44930f43ccf300e8906bd46bd5aaf8ed3.zip
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA tags (closes #10071) [esad, packagethief]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9111 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 80decb7413..0c18ec14b1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed HTML::Tokenizer (used in sanitize helper) didn't handle unclosed CDATA tags #10071 [esad, packagethief]
+
* Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert]
* Fixed that FormHelper#radio_button would produce invalid ids #11298 [harlancrystal]