From 52437fbd819463f2769430dddd084b45625719ac Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 5 Aug 2023 12:22:37 -0400 Subject: [PATCH] docs: add changelog for #2824 --- docs/unreleased.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index df9d344aee..876cfa4ab8 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -20,6 +20,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - Fix decoding application with missing namespace on system resources. [#2972](https://github.com/iBotPeaches/Apktool/issues/2972), [#2420](https://github.com/iBotPeaches/Apktool/issues/2420) - Fix decoding application with string block with more string entries than strings. [#3236](https://github.com/iBotPeaches/Apktool/issues/3236) - Fix decoding application with unknown files that exceed file name length limits. [#3238](https://github.com/iBotPeaches/Apktool/pull/3238) +- Fix decoding application with duplicate smaller res entries. [#2824](https://github.com/iBotPeaches/Apktool/issues/2824) - Fix "disableZip64ExtraFieldValidation" patch by adding to helper scripts. [#3198](https://github.com/iBotPeaches/Apktool/issues/3198) - Fix changing values of `platformBuildVersionCode` and `platformBuildVersionName` in `apktool.yml`. [#3204](https://github.com/iBotPeaches/Apktool/issues/3204) - Change build system to ignore missing javadoc blocks. [#3222](https://github.com/iBotPeaches/Apktool/pull/3222) (Thanks sv99)