From 3a3b40e1eb715ec97dc873e31c726c2f3dd8dcdf Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Thu, 28 Sep 2023 09:52:54 +0200
Subject: docs: add more context to early history in changelog

---
 CHANGELOG.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d94517..024aafb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -223,7 +223,7 @@ The html5ever tokenizer code was littered with macros, which made it
 quite unreadable. The "giant unreadable match" (G.U.M) expression
 that Markus Unterwaditzer had implemented was much more readable.
 
-I made PR to add support for code spans but we came to a disagreement
+I made a PR to add support for code spans but we came to a disagreement
 about commit practice. I didn't want my commits to be squashed.
 In hindsight my commits weren't that beautiful back then but I still
 think that I made the right call in preserving most of these changes
@@ -231,6 +231,10 @@ individually in the git history (by forking html5gum).
 
 [html5gum]: https://crates.io/crates/html5gum
 
+#### Features
+
+* Added code spans to `StartTag`, `EndTag` and `Error` tokens and attributes.
+
 ## html5tokenizer forked from html5ever
 
 The git history before the switch to html5gum
@@ -243,6 +247,10 @@ can be found in the [html5ever-fork] branch.
 Added some naive state switching based on
 start tag name and cleaned up the API a bit.
 
+### 2021-11-24
+
+Markus Unterwaditzer published the first version of [html5gum].
+
 ### 0.2.0 - 2021-11-19
 
 Fixed that named entities weren't resolved
-- 
cgit v1.2.3