We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2200cbb commit 4f8beceCopy full SHA for 4f8bece
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
+## v2.0.0
4
+
5
+- Added the ability for the rewriter to be [`Send`](https://doc.rust-lang.org/std/marker/trait.Send.html).
6
+ The `send` module contains the utilities for that.
7
8
## v1.2.1
9
10
- Remove unmaintained `safemem` dependency.
11
12
## v1.2.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lol_html"
-version = "1.2.1"
+version = "2.0.0"
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