diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 1 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. @@ -16,7 +16,7 @@ categories = ["parser-implementations", "web-programming"] license = "MIT" repository = "https://git.push-f.com/html5tokenizer" version = "0.5.1" -include = ["src/**/*", "examples/", "LICENSE", "README.md"] +include = ["src/**/*", "examples/", "LICENSE", "README.md", "CHANGELOG.md"] [[example]] name = "tokenize" |