1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-22 21:53:32 +02:00
- Documentation updated
- API docs now exclude more files that are not classes
- Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
- (internal) Refactored parseData() to general Lexer class

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@466 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-09-27 02:09:54 +00:00
parent d9bb97cc26
commit 37def0104b
8 changed files with 99 additions and 79 deletions

3
NEWS
View File

@@ -6,7 +6,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
1.1.2, unknown projected release date
(bugfix release, may be merged with 1.2.0 if new features precede major bugs)
- Documentation updated
- API docs now exclude more files that are not classes
- Line endings standardized throughout project
- Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
1.1.1, released 2006-09-24
- Various documentation updates