mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Bump tokio-sync to v0.1.2. (#909)
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
# 0.1.2 (February 20, 2019)
|
||||
|
||||
### Fixes
|
||||
- `mpsc` and `Semaphore` when releasing permits (#904).
|
||||
- `oneshot` task handle leak (#911).
|
||||
|
||||
### Changes
|
||||
- Performance improvements in `AtomicTask` (#892).
|
||||
- Improved assert message when creating a channel with bound of zero (#906).
|
||||
|
||||
### Adds
|
||||
- `AtomicTask::take_task` (#895).
|
||||
|
||||
# 0.1.1 (February 1, 2019)
|
||||
|
||||
### Fixes
|
||||
|
||||
Reference in New Issue
Block a user