From e59d810c0291a8efdeb9170b9872aa0b0650b6db Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 20 Aug 2026 10:57:16 +0800 Subject: [PATCH] Reorder Deprecated section before Fixed in changelog --- docs/changes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changes/README.md b/docs/changes/README.md index aab2caa98..bbd8c30a0 100644 --- a/docs/changes/README.md +++ b/docs/changes/README.md @@ -23,10 +23,6 @@ - `XmlAppendingTransformer` - Append terminating newline in `ServiceFileTransformer`. ([#2202](https://github.com/GradleUp/shadow/pull/2202)) -### Fixed - -- Fix `ManifestResourceTransformer.manifestEntries` value type to `Any` and support CC. ([#2198](https://github.com/GradleUp/shadow/pull/2198)) - ### Deprecated - Deprecate `keepRules` and `keepRuleFiles` in `R8Spec`. ([#2120](https://github.com/GradleUp/shadow/pull/2120)) @@ -38,6 +34,10 @@ - Deprecate `TransformerContext.Builder`. ([#2184](https://github.com/GradleUp/shadow/pull/2184)) Use `TransformerContext` constructor instead. The Builder API will be removed in Shadow 10. +### Fixed + +- Fix `ManifestResourceTransformer.manifestEntries` value type to `Any` and support CC. ([#2198](https://github.com/GradleUp/shadow/pull/2198)) + ## [9.6.1](https://github.com/GradleUp/shadow/releases/tag/9.6.1) - 2026-07-22 ### Changed