Skip to content

Commit 850cbbc

Browse files
committed
Prepare release 8.1.0
1 parent 18c73b4 commit 850cbbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111

1212
* Unrecoverable parser errors throw an exception of type `Sabberworm\CSS\Parsing\SourceException` instead of `\Exception`.
1313

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+
1423
## 7.0
1524

1625
### 7.0.0 (2015-08-24)

0 commit comments

Comments
 (0)