diff --git a/CHANGELOG.md b/CHANGELOG.md index 11291b5..e604120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 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` + # 0.9.5 A small release fixing potential build issues and improving documentation. diff --git a/README.md b/README.md index c9d5132..a26bad7 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ cargo b --release These numbers come from a default run of the Sass specification as shown above. ``` -2020-07-04 -PASSING: 2880 -FAILING: 2213 +2020-07-06 +PASSING: 2918 +FAILING: 2175 TOTAL: 5093 ```