diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 8df6266c04..5be6f7e3b6 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -8,7 +8,8 @@ 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. +- [[#3696](https://github.com/iBotPeaches/Apktool/pull/3696)] Add API 35 (Vanilla Ice Cream) support. +- [[#3728](https://github.com/iBotPeaches/Apktool/pull/3728)] Add API 36 (Baklava) Developer Preview 1 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)