aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54cf1bd..a1f8a82 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ assert_eq!(new_html, "<title>hello world</title>");
* Code span support has been added.
* The API has been revised.
+For details please refer to the [changelog].
+
html5gum has since switched its parsing to operate on bytes,
which html5tokenizer doesn't yet support.
`html5tokenizer` **does not** implement [charset detection].
@@ -66,4 +68,5 @@ Licensed under the MIT license, see [the LICENSE file].
[html5gum]: https://crates.io/crates/html5gum
[html5lib tokenizer test suite]: https://github.com/html5lib/html5lib-tests/tree/master/tokenizer
[charset detection]: https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding
+[changelog]: ./CHANGELOG.md
[the LICENSE file]: ./LICENSE