Update CHANGELOG.md

This commit is contained in:
Rob Wagner 2023-07-29 17:16:05 -04:00
parent ec719834b0
commit a753da22fa
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -1,5 +1,11 @@
# Changelog
## v0.3.0
- `HxRequestGuardLayer` now redirects on failures instead of returning a 403. By
default, it will redirect to "/", but you can specify a different route to
redirect to with `HxRequestGuardLayer::new("/your-route-here")`.
## v0.2.0
- Added `HxRequestGuardLayer`, allowing you to protect an entire router from