Skip to content

Commit

Permalink
Fix changelog typo (certbot#8488)
Browse files Browse the repository at this point in the history
* fix changelog typo

* remove empty entry
  • Loading branch information
bmw authored Dec 1, 2020
1 parent faa8d23 commit 31b5f13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions certbot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More details about these changes can be found on our GitHub repo.
* 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.
Expand All @@ -36,7 +36,6 @@ More details about these changes can be found on our GitHub repo.
* 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

Expand Down

0 comments on commit 31b5f13

Please sign in to comment.