Update CHANGELOG.md

This commit is contained in:
Rob Wagner 2023-10-23 23:50:47 -04:00
parent cd3e7a5461
commit c85fc831f3
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -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!