mirror of https://github.com/fafhrd91/actix-web
Changelog
This commit is contained in:
parent
dd55617edc
commit
fb4a39ddb4
11
CHANGES.md
11
CHANGES.md
|
@ -1,5 +1,16 @@
|
|||
# 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
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue