Skip to content

Commit d476416

Browse files
committed
Update CHANGELOG for 5.2
1 parent 1f94eb4 commit d476416

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@
8080
* *No backwards-incompatible changes*
8181
* *No deprecations*
8282

83+
### 5.2.0 (2013-10-30)
84+
85+
* Support removing a selector from a declaration block using `$oBlock->removeSelector($mSelector)`
86+
* Introduce a specialized exception (Sabberworm\CSS\Parsing\OuputException) for exceptions during output rendering
87+
88+
* *No deprecations*
89+
90+
#### Backwards-incompatible changes
91+
92+
* Outputting a declaration block that has no selectors throws an OuputException instead of outputting an invalid ` {…}` into the CSS document.
93+
8394
## 4.0
8495

8596
### 4.0.0 (2013-03-19)

0 commit comments

Comments
 (0)