Skip to content

Commit aa12119

Browse files
authored
[CLEANUP] Move magic deprecation changelog entry to correct section (#1223)
Also remove superfluous 'the' in another entry.
1 parent 3de493b commit aa12119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)