mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
28 lines
525 B
Markdown
28 lines
525 B
Markdown
# 0.2.2 (May 2, 2018)
|
|
|
|
* Improve parking semantics (#327).
|
|
|
|
# 0.2.1 (April 2, 2018)
|
|
|
|
* Fix build on 32-bit systems (#274).
|
|
|
|
# 0.2.0 (March 30, 2018)
|
|
|
|
* Rewrite from scratch using a hierarchical wheel strategy (#249).
|
|
|
|
# 0.1.2 (Jun 27, 2017)
|
|
|
|
* Allow naming timer thread.
|
|
* Track changes in dependencies.
|
|
|
|
# 0.1.1 (Apr 6, 2017)
|
|
|
|
* Set Rust v1.14 as the minimum supported version.
|
|
* Fix bug related to intervals.
|
|
* Impl `PartialEq + Eq` for TimerError.
|
|
* Add `Debug` implementations.
|
|
|
|
# 0.1.0 (Jan 11, 2017)
|
|
|
|
* Initial Release
|