diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-28 10:47:56 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-28 11:00:01 +0200 |
commit | d712c442a4820a19e5476517af817cc3bf729d85 (patch) | |
tree | d4e12a598415e101c5938f1abb8247e655dcc4d4 /CHANGELOG.md | |
parent | ee8ab781672e7ab608e74a5b605eb189828f0afe (diff) |
fix: include CHANGELOG.md in .crate file
The file is linked from the README.md, so it should also be included.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2702e96..1d94517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ * Removed incorrect lowercasing of char tokens when an eof-in-tag error occurred in a `</script>` tag. +* This changelog file is now included in the published `.crate` file. + #### Breaking changes * Byte offsets were moved out of the `Token` enum into a new `Trace` enum. |