From ba7baee2a31a32793e95269d4ba582128bda2f0e Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 16 May 2024 06:29:49 -0400 Subject: [PATCH] docs: note about #3601 --- docs/unreleased.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index 8014723559..a15d9bbc5a 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -14,7 +14,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - [[#3536](https://github.com/iBotPeaches/Apktool/issues/3536)] Fix treating `stamp-cert-sha256` as unknown file. - [[#3578](https://github.com/iBotPeaches/Apktool/issues/3578)] Fix treating non-main class dex files as compressed. - [[#3583](https://github.com/iBotPeaches/Apktool/issues/3583)] Fix misalignment on namespace restriction from serializer. -- [[#3519](https://github.com/iBotPeaches/Apktool/pull/3519)] Upgrade baksmali/smali to `3.0.5`. +- [[#3519](https://github.com/iBotPeaches/Apktool/pull/3519), [#3601](https://github.com/iBotPeaches/Apktool/pull/3601)] Upgrade baksmali/smali to `3.0.7`. - [[#3459](https://github.com/iBotPeaches/Apktool/pull/3459), [#3595](https://github.com/iBotPeaches/Apktool/pull/3595)] Upgrade Gradle to `8.7`. (Thanks ArjunaKumarMohanta) - [[#3509](https://github.com/iBotPeaches/Apktool/pull/3509)] Upgrade `proguard-gradle` to `7.4.2`. - [[#3577](https://github.com/iBotPeaches/Apktool/pull/3577)] Upgrade `commons-cli` to `1.7.0`