aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-01 19:47:42 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit5d91c0cca7e8f453e0e2f36c57e9ad85ee8ab124 (patch)
tree4263bbd4c9cbd20a6455d1c7af45cb4cbd32dcf5 /CHANGELOG.md
parent63f945e568c0710e3a97cddaa6264e85d86faa79 (diff)
fix: off-by-one missing-semicolon-after-character-reference span
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 13d3cf3..61d8138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,7 +42,8 @@
* Fixed most error spans mistakenly being empty.
* Fixed some error spans being off-by-one
- (`eof-*`, `end-tag-with-trailing-solidus`).
+ (`eof-*`, `end-tag-with-trailing-solidus`,
+ `missing-semicolon-after-character-reference`).
### 0.5.0 - 2023-08-19