From 3c7f2d9d28e36b6f0507bb699aa29756afbdc246 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 5 Jun 2024 11:54:34 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8e844..9573dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `UseStorageOptions` now has `delay_during_hydration` which has to be used when you conditionally show parts of the DOM controlled by a value from storage. This leads to hydration errors which can be fixed by setting this new option to `true`. +- `cookie::SameSite` is no re-exported ### Breaking Changes ðŸ›