1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

Update the ChangeLog

This commit is contained in:
Matt Gathu 2020-02-23 09:33:28 +01:00
parent 8ec8ccf4fb
commit d143c44130
No known key found for this signature in database
GPG key ID: 8792E916A542AB46

View file

@ -3,6 +3,10 @@
## [2.0.NEXT] - 2020-01-xx
### Added
* Add helper function for creating routes with `TRACE` method guard `web::trace()`
### Changed
* Use `sha-1` crate instead of unmaintained `sha1` crate