Document rustls panic in changelog

This commit is contained in:
Joscha 2024-12-04 18:24:18 +01:00
parent f973a819b6
commit 61f5559370

View file

@ -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