diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8f5eb7..238ef007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.1.0 + +- Added streaming handlers. +- Only allow changing the charset once with the `` tag, in accordance with the HTML spec. + ## v2.0.0 - Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html). diff --git a/c-api/Cargo.lock b/c-api/Cargo.lock index 004024d8..25f79330 100644 --- a/c-api/Cargo.lock +++ b/c-api/Cargo.lock @@ -177,7 +177,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lol_html" -version = "2.0.0" +version = "2.1.0" dependencies = [ "bitflags 2.6.0", "cfg-if",