From 36c52ec6449ffe4cfaefdca8e28eb8379a5c93d8 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 6 May 2022 20:22:39 -0400 Subject: [PATCH] Password generator improvements --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 4fadc91..8c80e16 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@
  • Improve Reed-Solomon performance
  • Review/improve Internals.md
  • ✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash
  • +
  • ✓ Make sure at least one password characters category is checked when generating
  • # v1.27 (Released 05/02/2022)