From ea7507387ff43f041eba974fa8051fc17bdf7572 Mon Sep 17 00:00:00 2001 From: Benjamin AIMONE Date: Thu, 4 Feb 2021 16:00:32 +0100 Subject: [PATCH] Fix changelog display --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce550d..e5012bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # v0.1.1 -###Fixes +### Fixes * Fix sha256 generation : long keys are now decoded correctly. Reported in https://github.com/klaxit/hidden-secrets-gradle-plugin/issues/16 * Random string generation was not including lower case characters -###Improvements +### Improvements * The plugin search for `Secrets.kt` to add other keys instead of using package's name to access it. * Resolve package from the Kotlin file to edit the C++ file to be able to use a different package than the package of Secret.kt to encode/decode keys. * Clearer error message for `hideSecret` command