aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 07:28:21 +0100
committerMartin Fischer <martin@push-f.com>2021-11-30 11:22:35 +0100
commit14f1a85d994ad97dae3d9de735fc51adb25d390a (patch)
tree0fa0d7c173a19dcb7117132325a801808302bcf8 /README.md
parentbaf1477c587fe22d27e94408cf2505d588ba007e (diff)
introduce Error enum
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3adff5a..95a0a05 100644
--- a/README.md
+++ b/README.md
@@ -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