Update CHANGELOG.md

This commit is contained in:
Rob Wagner 2023-10-23 22:01:05 -04:00
parent ddb22f3b9d
commit bab74e0d38
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

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