We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802cebe commit 08ea04aCopy full SHA for 08ea04a
1 file changed
CHANGELOG.md
@@ -18,6 +18,7 @@ Please also have a look at our
18
19
### Changed
20
21
+- `Rule\Rule` class is renamed to `Property\Declaration` (#1508)
22
- `Rule::setRule()` and `getRule()` are replaced with `setPropertyName()` and
23
`getPropertyName()` (#1506)
24
- `Selector` is now represented as a sequence of `Selector\Component` objects
@@ -31,6 +32,8 @@ Please also have a look at our
31
32
33
### Deprecated
34
35
+- `Rule\Rule` class is deprecated; `Property\Declaration` is a direct
36
+ replacement (#1508)
37
- `Rule::setRule()` and `getRule()` are deprecated and replaced with
38
`setPropertyName()` and `getPropertyName()` (#1506)
39
0 commit comments