diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4106edd..d35ffc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ * Removed `CdataAction` and changed `handle_cdata_open` to just take a boolean instead. +* 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`). + * `NaiveParser`: Removed `new_with_spans`. ### 0.5.1 - 2023-09-03 |