Skip to content

Commit

Permalink
Prepare release 8.3.0
Browse files Browse the repository at this point in the history
Closes #160
  • Loading branch information
sabberworm committed Feb 22, 2019
1 parent 61130aa commit 91bcc3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 91bcc3e

Please sign in to comment.