aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 6e67319..7b0b5e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,8 @@
* Fixed `BufReadReader` skipping the whole line if it contained invalid UTF-8.
+* Fixed span logic assuming UTF-8 (the logic is now character encoding independent).
+
* Fixed attribute value spans being wrong for values containing character references.
* Fixed most error spans mistakenly being empty.