Changelog

This commit is contained in:
Rotem Yaari 2019-07-18 10:25:05 +03:00
parent dd55617edc
commit fb4a39ddb4
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,16 @@
# Changes # Changes
## [1.0.5] - ?
### Added
* Actix now logs errors resulting in "internal server error" responses always, with the `error`
logging level
### Fixed
* Restored logging of errors through the `Logger` middleware
## [1.0.4] - 2019-07-17 ## [1.0.4] - 2019-07-17
### Added ### Added