mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
2de11149bf
commit
688ae20967
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.6.0
|
||||||
|
|
||||||
|
- Added support for Vary headers in responses via the `VaryHxRequest`, `VaryHxTarget`, `VaryHxTrigger`, and `VaryHxTriggerName` responders. [@imbolc](https://github.com/imbolc)
|
||||||
|
- Header names/values are now typed as `HeaderName` and `HeaderValue` instead of
|
||||||
|
`&str`. [@imbolc](https://github.com/imbolc)
|
||||||
|
- `HxError` now implements source on `error::Error`. [@imbolc](https://github.com/imbolc)
|
||||||
|
|
||||||
## v0.5.0
|
## v0.5.0
|
||||||
|
|
||||||
There are some several breaking changes in this release. Big thanks to
|
There are some several breaking changes in this release. Big thanks to
|
||||||
|
|
Loading…
Reference in a new issue