Update CHANGELOG.md

This commit is contained in:
Rob Wagner 2025-06-05 18:13:11 -04:00
parent f58bed0af2
commit e146aba12d
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -1,5 +1,9 @@
# Changelog
## v0.8.1
- Revert an accidental breaking change introducting a nightly-only feature.
## v0.8.0
- Change `HxLocation`, `HxPushUrl`, `HxRedirect`, and `HxReplaceUrl` to take `String` instead of `Uri` for better flexibility and ease-of-use. _([@skwee357](https://github.com/skwee357))_