diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index b1fdeba1c2..403417a51c 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -22,7 +22,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - 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) - Change `-c/--copy-original` to no longer be deprecated. [#2129](https://github.com/iBotPeaches/Apktool/issues/2129) -- Change frequency of dummy resources to be less often after proper disassembly of resources. [#2683](https://github.com/iBotPeaches/Apktool/issues/2683) +- Change frequency of dummy resources to be less often after proper disassembly of resources. [#2683](https://github.com/iBotPeaches/Apktool/issues/2683), [#2104](https://github.com/iBotPeaches/Apktool/issues/2104) - Refactor out specific manifest file decoder for empty resource table. [#3171](https://github.com/iBotPeaches/Apktool/pull/3171) (Thanks sv99) - Refactor out duo logic with decoders during resource parser. [#3211](https://github.com/iBotPeaches/Apktool/pull/3211) (Thanks sv99) - Refactor for specific method operations for loading full resource table. [#3217](https://github.com/iBotPeaches/Apktool/pull/3217)