diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-19 22:03:13 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 13:21:37 +0200 |
commit | 975b2206adb0250cedcfd28598e5b3098b239754 (patch) | |
tree | 00aefdc17a98c9cd5975893acd3f8db007867340 /README.md | |
parent | 330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 (diff) |
docs: add changelog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |