Update changelog

This commit is contained in:
Tore Pettersen 2020-03-10 19:02:33 +01:00 committed by GitHub
parent 5f4828c449
commit 0d3eda825b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
### Added ### Added
* Add helper function for creating routes with `TRACE` method guard `web::trace()` * Add helper function for creating routes with `TRACE` method guard `web::trace()`
* Add convenience functions `test::read_body_json()` and `test::TestRequest::send_request()` for testing.
### Changed ### Changed