We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c73b4 commit 850cbbcCopy full SHA for 850cbbc
CHANGELOG.md
@@ -11,6 +11,15 @@
11
12
* Unrecoverable parser errors throw an exception of type `Sabberworm\CSS\Parsing\SourceException` instead of `\Exception`.
13
14
+### 8.1.0 (2016-07-19)
15
+
16
+* Comments are no longer silently ignored but stored with the object with which they appear (no render support, though). Thanks to @FMCorz.
17
+* The IE hacks using `\0` and `\9` can now be parsed (and rendered) in lenient mode. Thanks (again) to @FMCorz.
18
+* Media queries with or without spaces before the query are parsed. Still no *real* parsing support, though. Sorry…
19
+* PHPUnit is now listed as a dev-dependency in composer.json.
20
+* *No backwards-incompatible changes*
21
+* *No deprecations*
22
23
## 7.0
24
25
### 7.0.0 (2015-08-24)
0 commit comments