From b928618e027a4f8d1add2d9f9c10f011a7184296 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 28 Jun 2023 17:18:16 -0400 Subject: [PATCH] docs: update for #3109 --- changes/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/index.md b/changes/index.md index 40a9345bb2..f96c96cf98 100644 --- a/changes/index.md +++ b/changes/index.md @@ -22,6 +22,7 @@ xxxx.xx.xx * Refactor into `ApkBuilder` and `ApkDecoder` instead of generic `Androlib`. ([Issue 3103](https://github.com/iBotPeaches/Apktool/pull/3103)) / (Thanks sv99) * Refactor new class `Framework` to lessen responsibility of `AndrolibResources`. ([Issue 3105](https://github.com/iBotPeaches/Apktool/pull/3105)) / (Thanks sv99) * Refactor `ApkDecoder` to split methods for `MetaInfo` towards `ResTable`. ([Issue 3106](https://github.com/iBotPeaches/Apktool/pull/3106)) / (Thanks sv99) + * Refactor `ApkDecoder` to introduce common methods for manifest and resource operations. ([Issue 3109](https://github.com/iBotPeaches/Apktool/pull/3109)) / (Thanks sv99) * Upgrade away from deprecated SnakeYAML constructors ([Issue 3079](https://github.com/iBotPeaches/Apktool/pull/3079)) / (Thanks MarcMil) * Upgrade codebase to use Java7 NIO library for IO. ([Issue 3055](https://github.com/iBotPeaches/Apktool/pull/3055)) / (Thanks sv99) * Upgrade to smali/baksmali 3.0.3 and move to Google fork of it. ([Issue 3050](https://github.com/iBotPeaches/Apktool/issues/3050))