From 5495cab0f72b78c34324736ed155742e743f42f2 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 5 Apr 2023 16:12:46 -0700 Subject: [PATCH] Add a changelog entry for sass/embedded-host-node#212 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff2e29d5..3ffc63e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ * **Potentially breaking change:** Drop support for End-of-Life Node.js 12. +### Embedded Sass + +* The JS embedded host now loads files from the working directory when using the + legacy API. + ## 1.60.0 + * Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in calculations. These will be interpreted as the corresponding numbers.