mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
Add CHANGELOG.md
This commit is contained in:
parent
17ae41c503
commit
86890e25d4
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.0
|
||||
|
||||
- Added `HxRequestGuardLayer`, allowing you to protect an entire router from
|
||||
non-htmx requests.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Initial release.
|
Loading…
Reference in a new issue