1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-26 07:15:15 +02:00

Merged revisions 363:365 from trunk/ to branches/1.0/

- Fixed slight bug in DOMLex's attribute parsing.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/1.0@366 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-09-01 16:24:35 +00:00
parent e789bc69eb
commit 55974e5964
2 changed files with 9 additions and 5 deletions

3
NEWS
View File

@@ -1,6 +1,9 @@
NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1.0.1, unknown release date
- Fixed slight bug in DOMLex attribute parsing
1.0.0, released 2006-09-01
- Fixed broken numeric entity conversion
- Malformed UTF-8 and non-SGML character detection and cleaning implemented