From 25d4a9ab94cb1824d5a00c3ab185d7857b7cb519 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 25 Nov 2024 07:44:32 -0500 Subject: [PATCH] docs: update changelog for #3732 --- docs/unreleased.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 7b8699d56e..0878b24689 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -17,5 +17,5 @@ The changelog of the upcoming release, subject to change prior to finalization. - [[#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) - [[#3733](https://github.com/iBotPeaches/Apktool/pull/3733)] Upgrade `gradle` to `4.2.1`. -- [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701)] Upgrade `commons-io` to `2.17.0`. +- [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701), [#3732](https://github.com/iBotPeaches/Apktool/pull/3732)] Upgrade `commons-io` to `2.18.0`. - [[#3703](https://github.com/iBotPeaches/Apktool/pull/3703)] Upgrade `guava` to `33.3.1`.