1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

prepare actix-server release

This commit is contained in:
Nikolay Kim
2019-05-12 08:03:16 -07:00
parent a76fcaf4d8
commit f1d0d5f6f9
2 changed files with 5 additions and 4 deletions

View File

@ -1,17 +1,18 @@
# Changes
## [0.5.0] - 2019-05-11
## [0.5.0] - 2019-05-12
### Added
* Add `Debug` impl for `SslError`
* Derive debug for Server and ServerCommand
* Derive debug for `Server` and `ServerCommand`
### Changed
* Upgrade to actix-service 0.4
## [0.4.3] - 2019-04-16
### Added