| Index: packages/csslib/CHANGELOG.md
|
| diff --git a/packages/csslib/CHANGELOG.md b/packages/csslib/CHANGELOG.md
|
| index e23bdf8f194c84c004afd41c815c6570bef5fc79..8662956ec5eaf6f4de37814125b9f18be5ac59c7 100644
|
| --- a/packages/csslib/CHANGELOG.md
|
| +++ b/packages/csslib/CHANGELOG.md
|
| @@ -1,3 +1,16 @@
|
| +## 0.14.0
|
| +
|
| +### New features
|
| +
|
| +* Supports nested at-rules.
|
| +* Supports nested HTML comments in CSS comments and vice-versa.
|
| +
|
| +### Breaking changes
|
| +
|
| +* The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and
|
| + `StyletDirective` has been replaced by `List<TreeNode> rules` to allow nested
|
| + at-rules in addition to rulesets.
|
| +
|
| ## 0.13.6
|
|
|
| * Adds support for `@viewport`.
|
|
|