Skip to content

Commit 688ae20

Browse files
committed
Update CHANGELOG.md
1 parent 2de1114 commit 688ae20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
- Added support for Vary headers in responses via the `VaryHxRequest`, `VaryHxTarget`, `VaryHxTrigger`, and `VaryHxTriggerName` responders. [@imbolc](https://github.com/imbolc)
6+
- Header names/values are now typed as `HeaderName` and `HeaderValue` instead of
7+
`&str`. [@imbolc](https://github.com/imbolc)
8+
- `HxError` now implements source on `error::Error`. [@imbolc](https://github.com/imbolc)
9+
310
## v0.5.0
411

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

0 commit comments

Comments
 (0)