From 78150a94f83e2536c10ef3bbd25aef7b5cba2675 Mon Sep 17 00:00:00 2001 From: Goodwine <2022649+Goodwine@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:19:20 -0700 Subject: [PATCH] Add changelog for sass/embedded-host-node#226 (#1992) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6f7253..bee92523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ emitted in source order as much as possible, instead of always being emitted after the CSS of all module dependencies. +### Embedded Sass + +* Fix a bug where nested relative `@imports` failed to load when using the + deprecated functions `render` or `renderSync` and those relative imports were + loaded multiple times across different files. + ## 1.63.6 ### JavaScript API