diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af61ff..1fa3b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # html5tokenizer changelog +### [unreleased] + +#### Breaking changes + +* Added missing `R: Position<O>` bounds for `Tokenizer`/`NaiveParser` constructors. + (If you are able to construct a Tokenizer/NaiveParser, + you should be able to iterate over it.) + ### 0.5.0 - 2023-08-19 #### Features |