docs: update changelog for #3708
Some checks failed
CI / CI (push) Has been cancelled
Deploy Docs / deploy (push) Has been cancelled

This commit is contained in:
Connor Tumbleson 2024-10-04 09:40:36 -04:00
parent f3cc92dbca
commit 54598c80ab
No known key found for this signature in database
GPG Key ID: 864CB5B426DA2EEB

View File

@ -10,6 +10,7 @@ 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)
- [[#3708](https://github.com/iBotPeaches/Apktool/pull/3708)] Add support for re-compacting compactly packed applications. (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`.