From 6bdccb9e4139fe7ffc5c2c4eeb05e84d130e4eed Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Fri, 10 Jul 2020 16:31:08 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e604120..7f0173d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # TBD - bugfixes for `@media` query regressions - - remove all panics from `@import` and correctly emit `@import` in certain cases - - bugfixes for empty arglists - - bugfixes for maps in rare cases in arglists and `@each` + - bugfixes for maps, arglists, and `@each` + - implement string interning for identifiers and style properties + - implement spec-compliant variable scoping + - emit `@import` when importing `url(...)` or `*.css` + - resolve all panics for malformed `@import` + - various optimizations that now allow us to compile bootstrap 10% faster than `libsass` + - errors inside builtin functions use `inspect` to print values + - bugfixes for color and map equality (e.g. `red` == `#ff0000`) + - hide unimplemented command line flags # 0.9.5