- Fix traceback when attempting to verify an unsigned message using

async verify (Thanks to Nikita Sychev for the report and a suggested
      fix) (LP: #2008723)
This commit is contained in:
Scott Kitterman
2023-02-28 00:02:07 -05:00
parent bf5ab32d55
commit dd6bbd4c88
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -1,6 +1,9 @@
Version 1.1.1
- Document dropping of Python 2 support (dropped as of 1.1.0) (LP:
#20086738)
- Fix traceback when attempting to verify an unsigned message using
async verify (Thanks to Nikita Sychev for the report and a suggested
fix) (LP: #2008723)
2023-02-25 Version 1.1.0
- Add domain validity check for ascii domains (no specials)