Update readme

This commit is contained in:
Joseph Birr-Pixton 2020-04-12 19:31:53 +01:00
parent a40724db72
commit 3d43dca1f1
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Release history:
* Next release:
- Allow custom certificate validation implementations to also
handle handshake signature computation. This allows uses in non-web
contexts, where `webpki` is not likely to process the certificates
in use. Thanks to @DemiMarie-parity.
- Performance improvements. Thanks to @nviennot.
* 0.17.0 (2020-02-22):
- *Breaking API change*: ALPN protocols offered by the client are passed
to the server certificate resolution trait (`ResolvesServerCert`).