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
4171343468
commit
9737260095
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
||||||
- 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 implemention
|
||||||
`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 @pfz4 for the implementation
|
HX-* headers to any of your responses. Thanks to
|
||||||
work! (#5)
|
[@pfz4](https://github.com/pfz4) for the implementation work!
|
||||||
|
([#5](https://github.com/robertwayne/axum-htmx/pull/5))
|
||||||
|
|
||||||
## v0.3.1
|
## v0.3.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue