diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f6978..666f743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ All notable changes to the "change-color-format" extension will be documented in ## 1.1.0 - fix: rgb(a) to hex conversion (#18) (Thanks @fritz-c) -- build: upgraded entire package to use latest vscode extension template, it was super out of date -- fix: added workarounds for `color` package [rounding bug](https://github.com/Qix-/color/issues/127). Colors are now properly rounded and have max of 1 significant decimal when appropriate for the color format. +- chore: Upgrade to the latest vscode template (#25) +- fix: workaround for bug in color package that doesn't correctly round numbers (#26) +- build: Add GitHub action for testing (#24) +- chore(deps): Upgrade dependencies for security alert (#27) ## 1.0.1 (Unreleased internal fixes)