Update changelog with improved error handling for serve_dir

This commit is contained in:
Emi Tatsuo 2020-11-23 09:49:04 -05:00
parent 48c0783e36
commit 4743419f1e
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Docments can be converted into responses with std::convert::Into [@Alch-Emi]
### Improved
- build time and size by [@Alch-Emi]
- Improved error handling in serve_dir [@Alch-Emi]
## [0.3.0] - 2020-11-14
### Added