We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f94eb4 commit d476416Copy full SHA for d476416
CHANGELOG.md
@@ -80,6 +80,17 @@
80
* *No backwards-incompatible changes*
81
* *No deprecations*
82
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
94
## 4.0
95
96
### 4.0.0 (2013-03-19)
0 commit comments