Fix changelog typo (#8497)

Co-authored-by: Adrien Ferrand <ferrand.ad@gmail.com>
This commit is contained in:
Mads Jensen
2020-12-02 15:12:27 -08:00
committed by GitHub
co-authored by Adrien Ferrand
parent 87386769f7
commit 45e48b565d
+1 -2
View File
@@ -10,7 +10,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Confirmation when deleting certificates
* CLI flag `--key-type` has been added to specify 'rsa' or 'ecdsa' (default 'rsa').
* CLI flag `--elliptic-curve` has been added which takes an NIST/SECG elliptic curve. Any of
`secp256r1`, `secp284r1` and `secp521r1` are accepted values.
`secp256r1`, `secp384r1` and `secp521r1` are accepted values.
* The command `certbot certficates` lists the which type of the private key that was used
for the private key.
* Support for Python 3.9 was added to Certbot and all of its components.
@@ -20,7 +20,6 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* certbot-auto was deprecated on Debian based systems.
* CLI flag `--manual-public-ip-logging-ok` is now a no-op, generates a
deprecation warning, and will be removed in a future release.
*
### Fixed