diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 930e0519..61de61b3 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -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) - [[#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) +- [[#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) - [[#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`.