aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-28 09:52:54 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 11:00:01 +0200
commit3a3b40e1eb715ec97dc873e31c726c2f3dd8dcdf (patch)
treeeb0b5ac0db0475d2a1f6f85432eb31f62fe5093d /CHANGELOG.md
parent8b2597814dee8486026326c2101820fa9f890e7b (diff)
docs: add more context to early history in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
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