1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00

docs: added changelog entry for .customize().add_cookie()

This commit is contained in:
Sebastian Detert 2023-12-18 00:15:13 +01:00
parent 428467576e
commit 173478556c

View file

@ -6,6 +6,7 @@
- Updated `zstd` dependency to `0.13`.
- Compression middleware now prefers brotli over zstd over gzip.
- Added .customize().add_cookie() for `CustomizeResponder`
### Fixed