We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869a38 commit e3aa547Copy full SHA for e3aa547
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.7.2
4
+
5
+- Replaced several panicking assertions with gracefully reported errors, especially in the C API
6
7
## v2.7.1
8
9
- Performance improvements.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lol_html"
-version = "2.7.1"
+version = "2.7.2"
authors = ["Ivan Nikulin <inikulin@cloudflare.com, ifaaan@gmail.com>"]
license = "BSD-3-Clause"
description = "Streaming HTML rewriter/parser with CSS selector-based API"
0 commit comments