Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed May 13, 2024
1 parent 2de1114 commit 688ae20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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

There are some several breaking changes in this release. Big thanks to
Expand Down

0 comments on commit 688ae20

Please sign in to comment.