From ccb2fd78927e9839b2f0f6d1283eaa3c397acae4 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 26 Jun 2018 14:25:15 -0500 Subject: [PATCH] Prepare changelog for 0.9.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e648496..bc090d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +# v0.9.0 - 2018-6-26 + + - Adds `opts.preserveInjectedVariables`, which when set to `false`, removes the `:root { ... }` custom property declarations added via `opts.variables` + - Thank you to [@akdetrick](https://github.com/akdetrick) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/74) + + # v0.8.1 - 2018-3-21 - Log `undefined` variables (available in `result.warnings()`)