1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add changelog entry

This commit is contained in:
Nikolay Kim
2018-04-21 07:56:11 -07:00
parent 805dbea8e7
commit 2adf8a3a48
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.5.5 (2018-04-xx)
* Fix panic when Websocket is closed with no error code #191
## 0.5.4 (2018-04-19)
* Add identity service middleware