From 61f5559370a80a38f7fa5a629112045887c0a812 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 4 Dec 2024 18:24:18 +0100 Subject: [PATCH] Document rustls panic in changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d741133..54b8300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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