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

This commit is contained in:
Connor Tumbleson 2024-11-16 19:34:18 -05:00
parent 3577607ff6
commit f963322047
No known key found for this signature in database
GPG Key ID: 864CB5B426DA2EEB

View File

@ -11,6 +11,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)
- [[#3724](https://github.com/iBotPeaches/Apktool/pull/3724)] Add support for modifying existing network security config for `-n`. (Thanks swngarg-lt)
- [[#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)