aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-22 15:34:46 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commit30b4adf60b9423968b0c9c6d23363f6d8cd99384 (patch)
treeaafbdf781282b3440d3b217e6a2614e9cd65a03d /CHANGELOG.md
parentd46de6ab592e57a31fef13cfc015c4ce818e8f47 (diff)
break!: remove CdataAction
Which action the tokenizer takes depending on whether or not an adjusted current node is present but not in the HTML namespace, is an implementation detail and shouldn't be exposed in the API.
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 de57890..4106edd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,8 @@
* Added an offset parameter to `emit_eof`.
+* Removed `CdataAction` and changed `handle_cdata_open` to just take a boolean instead.
+
* `NaiveParser`: Removed `new_with_spans`.
### 0.5.1 - 2023-09-03