1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01: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