From 7152d037adc4f03ea4d26b702ad136c77536f6eb Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 11 Jan 2023 11:11:34 +0100 Subject: [PATCH] libsass -> grass is a breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2864d988..f0b0d51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Breaking - `get_file_hash` is removed, use `get_hash` instead. Arguments do not change +- Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass) ### Other @@ -18,7 +19,6 @@ - Add new flag 'port_append' to give the ability to remove port from base url - `config.markdown` is now available in templates - Add `preserve_dotfiles_in_output` option in the config -- Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass) ## 0.16.1 (2022-08-14)