mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-24 09:16:46 +00:00
CHANGELOG.md: updates for 1.13.0
This commit is contained in:
parent
1c1b209613
commit
566684c240
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@ All notable changes to async-std will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
|
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
|
||||||
|
|
||||||
|
# [1.13.0] - 2024-09-06
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- IO Safety traits implementations
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Various dependencies updates
|
||||||
|
- Export `BufReadExt` and `SeekExt` from `async_std::io`
|
||||||
|
|
||||||
# [1.12.0] - 2022-06-18
|
# [1.12.0] - 2022-06-18
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
Loading…
Reference in a new issue