Files
tokio/tokio-threadpool/CHANGELOG.md
T
Carl Lerche 9cffda59c9 Bump version to v0.1.4 (#252)
This also bumps:

* tokio-executor: v0.1.1
* tokio-reactor: v0.1.1
* tokio-threadpool: v0.1.1
2018-03-23 10:34:42 -07:00

152 B

0.1.1 (March 22, 2018)

  • Handle futures that panic on the threadpool.
  • Optionally support futures 0.2.

0.1.0 (March 09, 2018)

  • Initial release