mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
docs: add changelog links to readme (#4907)
This commit is contained in:
parent
16427f98c1
commit
6e7a630243
10
README.md
10
README.md
@ -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
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user