mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-24 04:12:50 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
cd3e7a5461
commit
c85fc831f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
## v0.4.0
|
## v0.4.0
|
||||||
|
|
||||||
- Added support for all [htmx response
|
- Added support for all [htmx response
|
||||||
headers](https://htmx.org/reference/#response_headers) via a type implemention
|
headers](https://htmx.org/reference/#response_headers) via a type implementing
|
||||||
`IntoResponseParts`. These "responders" allow you to simply and safely apply the
|
`IntoResponseParts`. These "responders" allow you to simply and safely apply the
|
||||||
HX-* headers to any of your responses. Thanks to
|
HX-* headers to any of your responses. Thanks to
|
||||||
[@pfz4](https://github.com/pfz4) for the implementation work!
|
[@pfz4](https://github.com/pfz4) for the implementation work!
|
||||||
|
|
Loading…
Reference in a new issue