CHANGELOG: add 3.0.0 entry

This commit is contained in:
terrafrost 2020-12-17 00:10:28 -06:00
parent b28b9472c8
commit fe62c85e02
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 3.0.0 - 2020-12-16
- drop SSH1 and SCP support
- add support for the following crypto algorithms:
- Ed25519 / Ed449 / Curve25519 / Curve449
- ECDSA / ECDH (66 curves)
- DSA / DH
- GCM / Poly1305
- Salsa20 / ChaCha20
## 2.0.30 - 2020-12-16
- X509: don't attempt to parse multi-cert PEMs (#1542)