diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1510e..9a9284c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Possible log types: - `[fixed]` for any bug fixes. - `[security]` to invite users to upgrade in case of vulnerabilities. +### 0.4.4 + +- [fixed] Fix some panics when enumerated lists are in tables (thanks sfts). +- [fixed] Impove table size estimation to include links. + ### 0.4.3 - [changed] MSRV is now 1.56. diff --git a/Cargo.toml b/Cargo.toml index f9f1966..f8f8ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2text" -version = "0.4.3" +version = "0.4.4" authors = ["Chris Emerson "] description = "Render HTML as plain text." repository = "https://github.com/jugglerchris/rust-html2text/"