Skip to content

Commit cac9f2f

Browse files
committed
Release v2.1.0.
1 parent e0305bd commit cac9f2f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
- Added streaming handlers.
6+
- Only allow changing the charset once with the `<meta>` tag, in accordance with the HTML spec.
7+
- Fixed parsing of invalid elements in `<svg>` and `<math>`.
8+
39
## v2.0.0
410

511
- Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html).

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ mime = "0.3.16"
4646

4747
[dev-dependencies]
4848
criterion = "0.5.1"
49-
clap = { version = "*", features = ["help"] } # for criterion <= v0.5.1
49+
# Needed for criterion <= v0.5.1. See https://github.com/bheisler/criterion.rs/pull/703.
50+
clap = { version = "4.5.21", features = ["help"] }
5051
glob = "0.3.0"
5152
html5ever = "0.26.0"
5253
markup5ever_rcdom = "0.2.0"

c-api/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)