From 91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Fri, 22 Feb 2019 08:42:52 +0100 Subject: [PATCH] Prepare release 8.3.0 Closes #160 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fdfa52..524fcd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,16 @@ * *No backwards-incompatible changes* * *No deprecations* +### 8.3.0 (2019-02-22) + +* Refactor parsing logic to mostly reside in the class files whose data structure is to be parsed (this should eventually allow us to unit-test specific parts of the parsing logic individually). +* Fix error in parsing `calc` expessions when the first operand is a negative number, thanks to @raxbg. +* Support parsing CSS4 colors in hex notation with alpha values, thanks to @raxbg. +* Swallow more errors in lenient mode, thanks to @raxbg. +* Allow specifying arbitrary strings to output before and after declaration blocks, thanks to @westonruter. +* *No backwards-incompatible changes* +* *No deprecations* + ## 7.0 ### 7.0.0 (2015-08-24)