Update CHANGELOG.md

This commit is contained in:
Rob 2025-06-04 18:43:11 -04:00 committed by GitHub
parent 9ed5949fdc
commit 55548a458d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.