From 3b46880c9d25da0c36f202552b8aeda6f96affcd Mon Sep 17 00:00:00 2001 From: "Carlos (Goodwine)" <2022649+Goodwine@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:27:21 -0800 Subject: [PATCH] Add changelog for embedded host fix (#2500) See https://github.com/sass/embedded-host-node/pull/359 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa991a65d..342499a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ ## 1.83.5-dev * Fix the error message for `@extend` without a selector and possibly other - parsing edge-cases in contexts that allow interpolation.. + parsing edge-cases in contexts that allow interpolation. + +### Embedded Host + +* Fixed the implementation of the `SassBoolean` type to adhere to the spec, + now using a class instead of an interface. ## 1.83.4