Add behaviour change to readme

This commit is contained in:
Joseph Birr-Pixton 2018-05-23 21:19:57 +01:00
parent 673a082fff
commit c9099c5b26
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Rustls is currently in development and hence unstable. [Here's what I'm working
- Move TLS1.3 support from draft 22 to 23.
- Add support for `SSLKEYLOGFILE`; not enabled by default.
- Add support for basic usage in QUIC.
- `ServerConfig::set_single_cert` and company now report errors.
* 0.12.0 (2018-01-06):
- New API for learning negotiated cipher suite.
- Move TLS1.3 support from draft 18 to 22.