aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-01 12:07:51 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit0581e619867bde2374376265b24169b404187529 (patch)
tree04b369238b4e13af15fed2324423d1e86d22aaf6 /CHANGELOG.md
parentf239037c1b960ba16c6c8b2184ac017c53c631bf (diff)
fix!: make attribute spans encoding-independent
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90e954b..87785c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,8 @@
* `StartTag`/`EndTag`: Added `name_span` fields
(and removed the same-named methods).
- * `AttributeOwned`: The `value_offset` field has been replaced with `value_span`.
+ * `AttributeOwned`: The `name_offset` and `value_offset` fields have
+ been replaced with `name_span` and `value_span` respectively.
* Added required `len_of_char_in_current_encoding` method to `Reader` trait.