docs: update changelog for #3709
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-15 07:13:15 -04:00
parent 54598c80ab
commit 3577607ff6
No known key found for this signature in database
GPG Key ID: 864CB5B426DA2EEB

View File

@ -12,6 +12,7 @@ The changelog of the upcoming release, subject to change prior to finalization.
- [[#3706](https://github.com/iBotPeaches/Apktool/pull/3706)] Add support for API 35 feature flags. (Thanks IgorEisberg) - [[#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) - [[#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) - [[#3699](https://github.com/iBotPeaches/Apktool/pull/3699)] Refactor ApkBuilder|ApkDecoder (Thanks IgorEisberg)
- [[#3709](https://github.com/iBotPeaches/Apktool/pull/3709)] Refactor xml handling w/ introduction of brut.j.xml. (Thanks IgorEisberg)
- [[#3705](https://github.com/iBotPeaches/Apktool/pull/3705)] Fix support for compact apks with over ~32k resources. (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`. - [[#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`. - [[#3703](https://github.com/iBotPeaches/Apktool/pull/3703)] Upgrade `guava` to `33.3.1`.