From 0dda37934dfd1a71094febabf3f06064d6bbd2f2 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 2 Nov 2022 06:58:01 -0400 Subject: [PATCH] docs: update changelog for #2805 --- changes/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/index.md b/changes/index.md index 19b26afb52..dc76a456ac 100644 --- a/changes/index.md +++ b/changes/index.md @@ -24,6 +24,7 @@ auermich93) * Fix handling of sparse flags during resource parsing. ([Issue 2887](https://github.com/iBotPeaches/Apktool/pull/2887)) / (Thanks iamr0s) * Fix crash when parsing a manifest numeric that resolves as null. ([Issue 2878](https://github.com/iBotPeaches/Apktool/issues/2878)) * Fix crash when parsing HTML string with empty tag leading to invalid entry. [Issue 2900](https://github.com/iBotPeaches/Apktool/issues/2900)) / (Thanks MaSven) + * Fix crash when wrongly decoding overlay policies. ([Issue 2805](https://github.com/iBotPeaches/Apktool/issues/2805)) / (Thanks gramound) * Revert automatic workaround for using private resources. ([PR 2785](https://github.com/iBotPeaches/Apktool/pull/2785), [Issue 2771](https://github.com/iBotPeaches/Apktool/issues/2771)) * Upgrade CI Workflow to leverage latest actions. (Thanks Goooler)