mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
docs: add changelog links to readme (#4907)
This commit is contained in:
@@ -161,6 +161,16 @@ several other libraries, including:
|
|||||||
[`mio`]: https://github.com/tokio-rs/mio
|
[`mio`]: https://github.com/tokio-rs/mio
|
||||||
[`bytes`]: https://github.com/tokio-rs/bytes
|
[`bytes`]: https://github.com/tokio-rs/bytes
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
The Tokio repository contains multiple crates. Each crate has its own changelog.
|
||||||
|
|
||||||
|
* `tokio` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio/CHANGELOG.md)
|
||||||
|
* `tokio-util` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-util/CHANGELOG.md)
|
||||||
|
* `tokio-stream` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-stream/CHANGELOG.md)
|
||||||
|
* `tokio-macros` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-macros/CHANGELOG.md)
|
||||||
|
* `tokio-test` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-test/CHANGELOG.md)
|
||||||
|
|
||||||
## Supported Rust Versions
|
## Supported Rust Versions
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@@ -161,6 +161,16 @@ several other libraries, including:
|
|||||||
[`mio`]: https://github.com/tokio-rs/mio
|
[`mio`]: https://github.com/tokio-rs/mio
|
||||||
[`bytes`]: https://github.com/tokio-rs/bytes
|
[`bytes`]: https://github.com/tokio-rs/bytes
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
The Tokio repository contains multiple crates. Each crate has its own changelog.
|
||||||
|
|
||||||
|
* `tokio` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio/CHANGELOG.md)
|
||||||
|
* `tokio-util` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-util/CHANGELOG.md)
|
||||||
|
* `tokio-stream` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-stream/CHANGELOG.md)
|
||||||
|
* `tokio-macros` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-macros/CHANGELOG.md)
|
||||||
|
* `tokio-test` - [view changelog](https://github.com/tokio-rs/tokio/blob/master/tokio-test/CHANGELOG.md)
|
||||||
|
|
||||||
## Supported Rust Versions
|
## Supported Rust Versions
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user