Document rustls panic in changelog
This commit is contained in:
parent
f973a819b6
commit
61f5559370
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ Procedure when bumping the version number:
|
|||
### Changed
|
||||
|
||||
- **(breaking)** Switched to `jiff` from `time`
|
||||
- **(breaking)** Bumped `tokio-tungstenite` dependency from `0.18` to `0.24`. If
|
||||
this causes a panic while using euphoxide, consider following the steps
|
||||
mentioned in the [tokio-tungstenite README]. If I'm reading the [rustls docs]
|
||||
correctly, it is on the users of the libraries to set the required features.
|
||||
|
||||
[tokio-tungstenite README]: https://github.com/snapview/tokio-tungstenite?tab=readme-ov-file#features
|
||||
[rustls docs]: https://docs.rs/rustls/0.23.19/rustls/crypto/struct.CryptoProvider.html#using-the-per-process-default-cryptoprovider
|
||||
|
||||
## v0.5.1 - 2024-05-20
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue