Skip to content

Commit 08ea04a

Browse files
committed
[TASK] Add changelog entry for #1508
1 parent 802cebe commit 08ea04a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please also have a look at our
1818

1919
### Changed
2020

21+
- `Rule\Rule` class is renamed to `Property\Declaration` (#1508)
2122
- `Rule::setRule()` and `getRule()` are replaced with `setPropertyName()` and
2223
`getPropertyName()` (#1506)
2324
- `Selector` is now represented as a sequence of `Selector\Component` objects
@@ -31,6 +32,8 @@ Please also have a look at our
3132

3233
### Deprecated
3334

35+
- `Rule\Rule` class is deprecated; `Property\Declaration` is a direct
36+
replacement (#1508)
3437
- `Rule::setRule()` and `getRule()` are deprecated and replaced with
3538
`setPropertyName()` and `getPropertyName()` (#1506)
3639

0 commit comments

Comments
 (0)