File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
23
23
24
24
### Changed
25
25
26
- - Mark the ` OutputFormat ` the constructor as ` @internal ` (#1131 )
26
+ - Mark the ` OutputFormat ` constructor as ` @internal ` (#1131 )
27
27
- Mark ` OutputFormatter ` as ` @internal ` (#896 )
28
28
- Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
29
29
- Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
@@ -35,6 +35,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
35
35
- Deprecate extending ` OutputFormat ` (#1131 )
36
36
- Deprecate ` OutputFormat::get() ` and ` ::set() ` (#1107 )
37
37
- Deprecate support for ` -webkit-calc ` and ` -moz-calc ` (#1086 )
38
+ - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
39
+ (#894 )
38
40
- Deprecate ` __toString() ` (#1006 )
39
41
- Deprecate greedy calculation of selector specificity (#1018 )
40
42
- Deprecate the IE hack in ` Rule ` (#993 , #1003 )
@@ -61,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
61
63
62
64
### Deprecated
63
65
64
- - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
65
- (#894 )
66
66
- Deprecate the expansion of shorthand properties (#719 )
67
67
- Deprecate ` Parser::setCharset() ` and ` Parser::getCharset() ` (#703 )
68
68
You can’t perform that action at this time.
0 commit comments