diff --git a/CHANGELOG.md b/CHANGELOG.md index cdecbbd..52f7d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,21 @@ ## v0.1.4 - 02/23/2021 -* Support loading custom CSS for HTML preview - * Configure with `texinfo.preview.customCSS` -* Update dependencies - * Not updating `node-html-parser` to v3.0+, as it bloats the webpack-ed code significantly :( +* Support loading custom CSS for HTML preview (with `texinfo.preview.customCSS`). ## v0.1.3 - 02/09/2021 * Fix completion of block command `@detailmenu`. * Say goodbye to GitHub. -* Update dependencies. ## v0.1.2 - 12/31/2020 * Update the "go-to-file" icon ID in Code Lens, as the original icon no longer exists in the latest version of VSCode. -* Update dependencies. ## v0.1.1 - 11/30/2020 * Minor bugfix in code completion. -* Update dependencies. ## v0.1.0 - 11/16/2020 -Initial release. +* Initial release.