aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-19 22:03:13 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 13:21:37 +0200
commit975b2206adb0250cedcfd28598e5b3098b239754 (patch)
tree00aefdc17a98c9cd5975893acd3f8db007867340 /README.md
parent330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 (diff)
docs: add changelog
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