1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Version 0.2.3
- Enter the `tokio` context while dropping wrapped `tokio` types. (#22)
# Version 0.2.2
- Add `smol-rs` logo to the docs. (#19)
# Version 0.2.1
- Fix a bug in `AsyncSeek` implementation.
# Version 0.2.0
- Update tokio to v1.
# Version 0.1.5
- Add tokio v0.3 support.
# Version 0.1.4
- Add `Compat::get_ref()`.
- Add `Compat::get_mut()`.
# Version 0.1.3
- More elaborate docs.
# Version 0.1.2
- More docs.
# Version 0.1.1
- More docs.
# Version 0.1.0
- Initial version
|