Update CHANGELOG.md

This commit is contained in:
Marc-Stefan Cassola 2024-07-16 19:59:55 +01:00 committed by GitHub
parent c26a96d8a6
commit 0975bdcfef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
to `on_message_raw` and `on_message_raw_bytes`.
- The new `UseWebSocketOptions::on_message` takes a `&T`.
- `UseWebSocketOptions::on_error` now takes a `UseWebSocketError` instead of a `web_sys::Event`.
- `use_storage` now always saves the default value to storage if the key doesn't exist yet.
### Fixes 🍕