diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 2258242fdc..b1fdeba1c2 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -17,6 +17,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - Fix decoding application with misleading number of end namespace chunks. [#2070](https://github.com/iBotPeaches/Apktool/issues/2070) - Fix decoding application with empty resource table. [#2701](https://github.com/iBotPeaches/Apktool/issues/2701) - Fix decoding application with duplicate namespaces. [#2664](https://github.com/iBotPeaches/Apktool/issues/2664) +- Fix decoding application with missing namespace on system resources. [#2972](https://github.com/iBotPeaches/Apktool/issues/2972) - 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)