diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ changes: source code spans for tag names, attribute names and attribute values. The feature is disabled by default. -* The API has been cleaned up a bit (e.g. the internal tokenizer state enums - are no longer public). +* The API has been polished, e.g. the internal tokenizer state enums are no + longer public and errors are no longer stringly typed. If you want to parse HTML into a tree (DOM) you should by all means use html5ever, this crate is merely for those who only want an HTML5 tokenizer and |