From 4612a1237b6e7c78012cb22a516d7bd3d99424b8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:03:51 -0400 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 80f659c..191aee4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,9 @@
  • Add cancel button to cancel encryption/decryption
  • (Bug) Delete existing file only if password is correct
  • Minor aesthetic fixes
  • +
  • Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited.
  • +Note: v1.12 will be INCOMPATIBLE with all previous releases! # v1.11 (released 3/23/2021)