From 6c1148528494c32d9cd63f24fd57428b5391f7a9 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Wed, 4 Jun 2025 18:30:26 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9f390..4fbd9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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))_ + - `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. + ## v0.7.0 - Support axum v0.8. _([@kakalos12](https://github.com/kakalos12))_