Update changelog

This commit is contained in:
sigma-andex 2022-08-25 12:47:05 +01:00
parent 99f8282935
commit d6b131930f
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -1,8 +1,6 @@
# Changelog
## Unpublished
- Separate `Headers` into `RequestHeaders` and `ResponseHeaders`
- Allow passing a record to `headers` to make `ResponseHeaders` easier
## v3.0.0
- Make requests extensible, which allows middlewares to pass data to the handler (e.g. user information from an authentication middleware)