mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-29 14:44:33 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
ddb22f3b9d
commit
bab74e0d38
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## v0.4.0
|
||||
|
||||
- Added support for all [htmx response
|
||||
headers](https://htmx.org/reference/#response_headers) via a type implemention
|
||||
`IntoResponseParts`. These "responders" allow you to simply and safely apply the
|
||||
HX-* headers to any of your responses. Thanks to @pfz4 for the implementation
|
||||
work! (#5)
|
||||
|
||||
## v0.3.1
|
||||
|
||||
- Rebuild docs with features enabled so `HxRequestGuardLayer` is visible on
|
||||
|
|
Loading…
Reference in a new issue