From 3ec4e75c527758db352582d1580f37fda72d91c8 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 26 Jul 2023 07:28:00 -0400 Subject: [PATCH] docs: add changelog for #2070 --- docs/unreleased.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 9995a94cbd..2e0aaa4eb5 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -13,6 +13,7 @@ The changelog of the upcoming release. This is not a stable release, and is subj - Fix decoding application with larger chunk header size than used. [#2989](https://github.com/iBotPeaches/Apktool/issues/2989) - Fix decoding application with entries offset that resolved to NO_ENTRY (-1). [#1874](https://github.com/iBotPeaches/Apktool/issues/1874) - Fix decoding application with larger axml namespace than known. [#2587](https://github.com/iBotPeaches/Apktool/issues/2587) +- Fix decoding application with misleading number of end namespace chunks. [#2070](https://github.com/iBotPeaches/Apktool/issues/2070) - 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) - Refactor out specific manifest file decoder for empty resource table. [#3171](https://github.com/iBotPeaches/Apktool/pull/3171) (Thanks sv99)