From 0975bdcfeff8a926781a5ed0e48f647853bfe031 Mon Sep 17 00:00:00 2001 From: Marc-Stefan Cassola Date: Tue, 16 Jul 2024 19:59:55 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3e51b..19a7ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🍕