1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Add Clone impl for condition::Waiter

This commit is contained in:
Nikolay Kim
2020-01-08 11:18:56 +06:00
parent 9f00daea80
commit 3551d6674d
3 changed files with 28 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [1.0.6] - 2020-01-08
* Add `Clone` impl for `condition::Waiter`
## [1.0.5] - 2020-01-08
* Add `Condition` type.