1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update changelog

This commit is contained in:
Nikolay Kim 2018-06-17 03:24:08 +06:00
parent 879b2b5bde
commit f3a73d7dde

View file

@ -39,6 +39,8 @@
* Added header `User-Agent: Actix-web/<current_version>` to default headers when building a request
* port `Extensions` type from http create, we dont need `Send + Sync`
### Removed