mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
889 B
889 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
0.2.2 - 2018-08-14
Fixes
- Fix starvation of
Signals whenever aSignalinstance is dropped - Fix starvation of individual
Signals based on their creation order
0.2.1 - 2018-05-27
Fixes
- Bump minimum supported version of
mioto 0.6.14
0.2.0 - 2018-05-07
Features
- Uses
tokioinstead oftokio_core(#24) - Supports all 33 signals on FreeBSD (#27)