From f3cc92dbca632e21de482d2724fe2938939dc4d5 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 4 Oct 2024 08:59:50 -0400 Subject: [PATCH] docs: update changelog for #3705 --- docs/unreleased.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 660af6d22e..43155952ac 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -11,5 +11,6 @@ The changelog of the upcoming release, subject to change prior to finalization. - [[#3696](https://github.com/iBotPeaches/Apktool/pull/3696)] Add API 35 (Vanilla Ice Cream) Preview support. - [[#3706](https://github.com/iBotPeaches/Apktool/pull/3706)] Add support for API 35 feature flags. (Thanks IgorEisberg) - [[#3699](https://github.com/iBotPeaches/Apktool/pull/3699)] Refactor ApkBuilder|ApkDecoder (Thanks IgorEisberg) +- [[#3705](https://github.com/iBotPeaches/Apktool/pull/3705)] Fix support for compact apks with over ~32k resources. (Thanks IgorEisberg) - [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701)] Upgrade `commons-io` to `2.17.0`. - [[#3703](https://github.com/iBotPeaches/Apktool/pull/3703)] Upgrade `guava` to `33.3.1`.