From 55548a458db225d0b663ffd7aac264df4bff107c Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 4 Jun 2025 18:43:11 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbd9a4..f444038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.8.0 -- Change most `HxLocation`, `HxPushUrl`, `HxRedirect`, and `HxReplaceUrl` to take `String` instead of `Uri` for better flexibility and ease-of-use. _([@skwee357](https://github.com/skwee357))_ +- Change `HxLocation`, `HxPushUrl`, `HxRedirect`, and `HxReplaceUrl` to take `String` instead of `Uri` for better flexibility and ease-of-use. _([@skwee357](https://github.com/skwee357))_ - `HxCurrentUrl` remains unchanged in order to align with axum. - Changed how `LocationOptions` is handled internally with regard to non-exhaustiveness, allowing external crates to use the functional record update syntax.