1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

Use Display formatting for InternalError Display implementation #188

This commit is contained in:
Nikolay Kim
2018-04-19 07:55:09 -07:00
parent 813d1d6e66
commit 2c8d987241
2 changed files with 19 additions and 17 deletions

View File

@@ -1,11 +1,13 @@
# Changes
## 0.5.4 (2018-04-xx)
## 0.5.4 (2018-04-19)
* Add identity service middleware
* Middleware response() is not invoked if there was an error in async handler #187
* Use Display formatting for InternalError Display implementation #188
## 0.5.3 (2018-04-18)