|
| 1 | +# 1.10.0 (August 12, 2021) |
| 2 | + |
| 3 | +### Added |
| 4 | + |
| 5 | + - io: add `(read|write)_f(32|64)[_le]` methods ([#4022]) |
| 6 | + - io: add `fill_buf` and `consume` to `AsyncBufReadExt` ([#3991]) |
| 7 | + - process: add `Child::raw_handle()` on windows ([#3998]) |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | + - doc: fix non-doc builds with `--cfg docsrs` ([#4020]) |
| 12 | + - io: flush eagerly in `io::copy` ([#4001]) |
| 13 | + - runtime: a debug assert was sometimes triggered during shutdown ([#4005]) |
| 14 | + - sync: use `spin_loop_hint` instead of `yield_now` in mpsc ([#4037]) |
| 15 | + - tokio: the test-util feature depends on rt, sync, and time ([#4036]) |
| 16 | + |
| 17 | +### Changes |
| 18 | + |
| 19 | + - runtime: reorganize parts of the runtime ([#3979], [#4005]) |
| 20 | + - signal: make windows docs for signal module show up on unix builds ([#3770]) |
| 21 | + - task: quickly send task to heap on debug mode ([#4009]) |
| 22 | + |
| 23 | +### Documented |
| 24 | + |
| 25 | + - io: document cancellation safety of `AsyncBufReadExt` ([#3997]) |
| 26 | + - sync: document when `watch::send` fails ([#4021]) |
| 27 | + |
| 28 | +[#3770]: https://github.com/tokio-rs/tokio/pull/3770 |
| 29 | +[#3979]: https://github.com/tokio-rs/tokio/pull/3979 |
| 30 | +[#3991]: https://github.com/tokio-rs/tokio/pull/3991 |
| 31 | +[#3997]: https://github.com/tokio-rs/tokio/pull/3997 |
| 32 | +[#3998]: https://github.com/tokio-rs/tokio/pull/3998 |
| 33 | +[#4001]: https://github.com/tokio-rs/tokio/pull/4001 |
| 34 | +[#4005]: https://github.com/tokio-rs/tokio/pull/4005 |
| 35 | +[#4009]: https://github.com/tokio-rs/tokio/pull/4009 |
| 36 | +[#4020]: https://github.com/tokio-rs/tokio/pull/4020 |
| 37 | +[#4021]: https://github.com/tokio-rs/tokio/pull/4021 |
| 38 | +[#4022]: https://github.com/tokio-rs/tokio/pull/4022 |
| 39 | +[#4036]: https://github.com/tokio-rs/tokio/pull/4036 |
| 40 | +[#4037]: https://github.com/tokio-rs/tokio/pull/4037 |
| 41 | + |
1 | 42 | # 1.9.0 (July 22, 2021)
|
2 | 43 |
|
3 | 44 | ### Added
|
|
0 commit comments