Skip to content

Commit

Permalink
Update CHANGELOG for 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Jun 30, 2014
1 parent 1f94eb4 commit d476416
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@
* *No backwards-incompatible changes*
* *No deprecations*

### 5.2.0 (2013-10-30)

* Support removing a selector from a declaration block using `$oBlock->removeSelector($mSelector)`
* Introduce a specialized exception (Sabberworm\CSS\Parsing\OuputException) for exceptions during output rendering

* *No deprecations*

#### Backwards-incompatible changes

* Outputting a declaration block that has no selectors throws an OuputException instead of outputting an invalid ` {…}` into the CSS document.

## 4.0

### 4.0.0 (2013-03-19)
Expand Down

0 comments on commit d476416

Please sign in to comment.