From d3e7cf43248d2a7e24c48855ac04ed62660c43cc Mon Sep 17 00:00:00 2001 From: Mario Carbajal Date: Tue, 2 Jul 2024 11:24:40 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255e33b..5382e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stylance changelog +## 0.5.1 + +- Fix nightly `import_style` macro panic when it is run by rust analyzer (PR #4). + ## 0.5.0 - Added support sass interpolation syntax in at rules and many other places.