From 5b2041c703139f6b186da4294d435e314165d06e Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Mon, 17 May 2021 12:43:43 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8486dd..c881aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.4 + +- Update minimum VS Code version requirement to `^1.52.0` +- Potential fix for language feature duplication (#316, #326, #327) +- [JIT] Fix `@variants` completions and diagnostics (#324) + ## 0.6.3 - [JIT] Fix error when using `@apply` in a plugin (#319)