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/).
2323
2424### Changed
2525
26- - Mark the ` OutputFormat ` the constructor as ` @internal ` (#1131 )
26+ - Mark the ` OutputFormat ` constructor as ` @internal ` (#1131 )
2727- Mark ` OutputFormatter ` as ` @internal ` (#896 )
2828- Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
2929- Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
@@ -35,6 +35,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3535- Deprecate extending ` OutputFormat ` (#1131 )
3636- Deprecate ` OutputFormat::get() ` and ` ::set() ` (#1107 )
3737- Deprecate support for ` -webkit-calc ` and ` -moz-calc ` (#1086 )
38+ - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
39+ (#894 )
3840- Deprecate ` __toString() ` (#1006 )
3941- Deprecate greedy calculation of selector specificity (#1018 )
4042- Deprecate the IE hack in ` Rule ` (#993 , #1003 )
@@ -61,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6163
6264### Deprecated
6365
64- - Deprecate magic method forwarding from ` OutputFormat ` to ` OutputFormatter `
65- (#894 )
6666- Deprecate the expansion of shorthand properties (#719 )
6767- Deprecate ` Parser::setCharset() ` and ` Parser::getCharset() ` (#703 )
6868
You can’t perform that action at this time.
0 commit comments