diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 0878b24689..5e0cb2388c 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -15,6 +15,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - [[#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) +- [[#3687](https://github.com/iBotPeaches/Apktool/issues/3687)] Refactor out deprecated `CountingInputStream`. (Thanks IgorEisberg) - [[#3705](https://github.com/iBotPeaches/Apktool/pull/3705)] Fix support for compact apks with over ~32k resources. (Thanks IgorEisberg) - [[#3733](https://github.com/iBotPeaches/Apktool/pull/3733)] Upgrade `gradle` to `4.2.1`. - [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701), [#3732](https://github.com/iBotPeaches/Apktool/pull/3732)] Upgrade `commons-io` to `2.18.0`.