mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
ec719834b0
commit
a753da22fa
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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
|
## v0.2.0
|
||||||
|
|
||||||
- Added `HxRequestGuardLayer`, allowing you to protect an entire router from
|
- Added `HxRequestGuardLayer`, allowing you to protect an entire router from
|
||||||
|
|
Loading…
Reference in a new issue