File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77
88### Added
99
10+ ### Changed
11+
12+ ### Deprecated
13+
14+ ### Removed
15+
16+ ### Fixed
17+
18+ ## 8.9.0: New features, bug fixes and deprecations
19+
20+ ### Added
21+
1022- ` RuleSet::removeMatchingRules() ` method
1123 (for the implementing classes ` AtRuleSet ` and ` DeclarationBlock ` ) (#1249 )
1224- ` RuleSet::removeAllRules() ` method
@@ -51,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5163- Providing zero as the line number argument to ` Rule::setPosition() ` is
5264 deprecated (pass ` null ` instead if there is no line number) (#1225 , #1233 )
5365
54- ### Removed
55-
5666### Fixed
5767
5868- Set line number when ` RuleSet::addRule() ` called with only column number set
You can’t perform that action at this time.
0 commit comments