From 53f0899264503b94023940f53e275cdb2d829f0b Mon Sep 17 00:00:00 2001 From: Jake Hotson Date: Sat, 29 Mar 2025 02:37:51 +0000 Subject: [PATCH] [CLEANUP] Move magic deprecation changelog entry to correct section Also remove superfluous 'the' in another entry. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883987e0..5cc851c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Changed -- Mark the `OutputFormat` the constructor as `@internal` (#1131) +- Mark the `OutputFormat` constructor as `@internal` (#1131) - Mark `OutputFormatter` as `@internal` (#896) - Mark `Selector::isValid()` as `@internal` (#1037) - Mark parsing-related methods of most CSS elements as `@internal` (#908) @@ -35,6 +35,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Deprecate extending `OutputFormat` (#1131) - Deprecate `OutputFormat::get()` and `::set()` (#1107) - Deprecate support for `-webkit-calc` and `-moz-calc` (#1086) +- Deprecate magic method forwarding from `OutputFormat` to `OutputFormatter` + (#894) - Deprecate `__toString()` (#1006) - Deprecate greedy calculation of selector specificity (#1018) - Deprecate the IE hack in `Rule` (#993, #1003) @@ -61,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated -- Deprecate magic method forwarding from `OutputFormat` to `OutputFormatter` - (#894) - Deprecate the expansion of shorthand properties (#719) - Deprecate `Parser::setCharset()` and `Parser::getCharset()` (#703)