Files
tokio/tokio-timer/CHANGELOG.md
T

39 lines
794 B
Markdown
Raw Normal View History

2018-08-06 20:36:50 -07:00
# 0.2.5 (August 6, 2018)
* Add `Interval::interval` shortcut (#492).
2018-06-06 20:14:35 -07:00
# 0.2.4 (June 6, 2018)
* Add `sleep` function for easy interval delays (#347).
* Provide `clock::now()`, a configurable source of time (#381).
# 0.2.3 (May 2, 2018)
2018-05-02 12:14:44 -07:00
* Improve parking semantics (#327).
2018-06-06 20:14:35 -07:00
# 0.2.2 (Skipped due to failure in counting module)
2018-04-02 11:06:22 -07:00
# 0.2.1 (April 2, 2018)
* Fix build on 32-bit systems (#274).
2018-03-30 15:28:44 -07:00
# 0.2.0 (March 30, 2018)
2018-03-28 22:26:47 -07:00
* 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