Fix changelog

This commit is contained in:
Steven Fackler 2020-06-25 18:24:07 -07:00
parent d8395ba415
commit 70b21ed671
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* Added `EcPointRef::{to_pem, to_dir}` and `EcKeyRef::{public_key_from_pem, public_key_from_der}`. * Added `EcPointRef::{to_pem, to_dir}` and `EcKeyRef::{public_key_from_pem, public_key_from_der}`.
* Added `Default` implementations for many types. * Added `Default` implementations for many types.
* Added `Debug` implementations for many types. * Added `Debug` implementations for many types.
* Added `SslStream::from_raw_parts`.
* Added `SslRef::set_mtu`. * Added `SslRef::set_mtu`.
* Added `Cipher::{aes_128_ocb, aes_192_ocb, aes_256_ocb}`. * Added `Cipher::{aes_128_ocb, aes_192_ocb, aes_256_ocb}`.