From c2136b13fe45e161b94e9e3ce95d7a486e7c04ad Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 13 Dec 2021 06:28:37 -0500 Subject: [PATCH] docs: changelog update for #2713 --- changes/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/index.md b/changes/index.md index b1208e262a..6590a8b7ad 100644 --- a/changes/index.md +++ b/changes/index.md @@ -8,6 +8,7 @@ description: Apktool - Changelog / Roadmap 2021.xx.xx * Add `apktool-cli` to Maven publishing. ([Issue 2686](https://github.com/iBotPeaches/Apktool/issues/2686)) * Add support for signature scheme v4 ([Issue 2687](https://github.com/iBotPeaches/Apktool/issues/2687)) + * Add `commons-lang` project to remove deprecated methods from `commons-io`. ([Issue 2713](https://github.com/iBotPeaches/Apktool/pull/2713/files)) * Fix `licenseFormat[Test/Main]` to properly inject variables into license preamble. * Support automatic workaround for using private resources. ([Issue 2637](https://github.com/iBotPeaches/Apktool/issues/2637)) (Thanks MrIkso)