diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 58d8401b1e..ddf805ecb5 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -18,6 +18,8 @@ The changelog of the upcoming release, subject to change prior to finalization. - 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), [#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 filesize limits. [#3238](https://github.com/iBotPeaches/Apktool/pull/3238) - 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)