aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-30 09:42:36 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit854e55cd8577baa24a2f3bd00e4ed8687e150f36 (patch)
tree4a2cf04e71928b7cde58c0a837fdac8ee8caef9a /CHANGELOG.md
parentbbb00e4a029187ec9e0998639d3470f463c4a798 (diff)
fix: most error spans mistakenly being empty
With codespan_reporting an empty span shows up exactly like a one-byte span, which is why I didn't notice this mistake earlier.
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 259447b..8579e4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,8 @@
* Fixed attribute value spans being wrong for values containing character references.
+* Fixed most error spans mistakenly being empty.
+
* Fixed some error spans being off-by-one
(`eof-*`).