From 501b1a076bcc187f60179404787b9740b9faadad Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 20 Jul 2023 21:33:15 -0400 Subject: [PATCH] docs: update changelog for #3181 --- docs/unreleased.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index a4af501e61..b6599af98e 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -15,5 +15,6 @@ The changelog of the upcoming release. This is not a stable release, and is subj - Fix Java restriction with ZIP64 extra field validation. [#3174](https://github.com/iBotPeaches/Apktool/issues/3174), [#3170](https://github.com/iBotPeaches/Apktool/issues/3170) - Fix regression on `apktool.yml` property names. [#3169](https://github.com/iBotPeaches/Apktool/issues/3169) - Fix regression on `minSdkVersion` value being blown out before setting into `apktool.yml`. [#3182](https://github.com/iBotPeaches/Apktool/pull/3182) / (Thanks IgorEisberg) +- Fix regression on inefficient reading of framework files during attribute parsing. [#3181](https://github.com/iBotPeaches/Apktool/issues/31810 - Upgrade `gradle/gradle-build-action` to `2.6.0` [#3151](https://github.com/iBotPeaches/Apktool/pull/3151) - Upgrade to Gradle 8.2.1 [#3141](https://github.com/iBotPeaches/Apktool/pull/3141) / (Thanks ArjunaKumarMohanta)