Skip to content

Commit d8e9165

Browse files
authored
[TASK] Prepare release of version 8.9.0 (#1327)
Part of #1326
1 parent e0a904e commit d8e9165

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)