Files
tokio/tokio-current-thread/CHANGELOG.md
T

9 lines
240 B
Markdown
Raw Normal View History

2018-08-06 20:36:50 -07:00
# 0.1.1 (August 6, 2018)
* Implement `std::Error` for misc error types (#501)
* bugfix: Track tasks pending in spawn queue (#478)
# 0.1.0 (June 13, 2018)
2018-06-12 19:26:03 +02:00
* Extract `tokio::executor::current_thread` to a tokio-current-thread crate (#356)