diff --git a/changes/index.md b/changes/index.md index 43ba35af25..b1208e262a 100644 --- a/changes/index.md +++ b/changes/index.md @@ -7,6 +7,7 @@ description: Apktool - Changelog / Roadmap ## v2.6.1 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)) * 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)