From 2e8895843db12681012a7698d7a7c1345c2fe20c Mon Sep 17 00:00:00 2001 From: lukpueh Date: Mon, 9 Nov 2020 17:52:47 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Joshua Lock --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb105552..43edc3c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ empty password, but pass it on to lower level decryption routines (#288) * `interface.import_ecdsa_privatekey_from_file` supports loading unencrypted private keys (#288) -* Revise `interface` and `gpg.functions` docstrings and example snippets and +* Revise `interface` and `gpg.functions` docstrings, and example snippets, and use Sphinx compatible Google Style docstring format (#288, #300) * Linter-flagged cosmetic changes (#292, #295, #296) * Bump dependencies: cryptography (#291, #293)