aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-28 10:22:52 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commit9e4ad2e8d9b2f1c422bbe0d32aae2afa425769fa (patch)
treed2cd1d2ba7cc68a741be112db2dc5d1dff0d22b5 /CHANGELOG.md
parent3c89744824ea6b8b32d82c2c37ac1de6d980709c (diff)
break!: remove State::{ScriptDataEscaped, ScriptDataDoubleEscaped}
These variants actually don't need to be exposed (to the tree builder).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f48b124..380c5d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,8 @@
* Three variants of the `State` enum have been renamed according to the Rust API guidelines
(`RcData` to `Rcdata`, `RawText` to `Rawtext` and `PlainText` to `Plaintext`).
+* Removed `State::ScriptDataEscaped` and `State::ScriptDataDoubleEscaped` variants.
+
* `NaiveParser`: Removed `new_with_spans`.
### 0.5.1 - 2023-09-03