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

prepare release

This commit is contained in:
Nikolay Kim
2018-12-12 14:24:46 -08:00
parent d1bfae7414
commit e8a1664c15
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changes
## [0.1.2] - 2018-12-12
## Changed
* rename ServiceConfig::rt() to ServiceConfig::apply()
### Fixed
* Fix back-pressure for concurrent ssl handshakes
## [0.1.1] - 2018-12-11
* Fix signal handling on windows