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

fix arbiter thread panic message

This commit is contained in:
Nikolay Kim
2019-10-14 11:19:08 +06:00
parent 0b0060fe47
commit 115e82329f
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.6] - Unreleased
### Fixed
* Fix arbiter's thread panic message.
## [0.2.5] - 2019-09-02
### Added