Skip to content

Commit 91bcc3e

Browse files
committed
Prepare release 8.3.0
Closes #160
1 parent 61130aa commit 91bcc3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
* *No backwards-incompatible changes*
3030
* *No deprecations*
3131

32+
### 8.3.0 (2019-02-22)
33+
34+
* 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).
35+
* Fix error in parsing `calc` expessions when the first operand is a negative number, thanks to @raxbg.
36+
* Support parsing CSS4 colors in hex notation with alpha values, thanks to @raxbg.
37+
* Swallow more errors in lenient mode, thanks to @raxbg.
38+
* Allow specifying arbitrary strings to output before and after declaration blocks, thanks to @westonruter.
39+
* *No backwards-incompatible changes*
40+
* *No deprecations*
41+
3242
## 7.0
3343

3444
### 7.0.0 (2015-08-24)

0 commit comments

Comments
 (0)