From 848ae94062104c2d7bda7d10f4cda8d879f51e8a Mon Sep 17 00:00:00 2001 From: "rmlibre@riseup.net" Date: Sun, 15 Dec 2019 21:27:37 -0500 Subject: [PATCH] Finish documenting changes for v0.4.3 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4abe752..e8fab2f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ - We're still in unstable and have to build out our test suite. Contributions welcome. ## Minor Changes - Changed package description to name more specifically the kind of ECC keys this package handles. +- Removed the trailing newline character that was inserted into the end of every `encrypt()` and `sign()` message. +- Added new tests. ## Major Changes - Fixed bug in `__init__()` caused by the set_base_command() not being called before the base commands are used. This leading to the fingerprint for a persistent user not being set automatically.