2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-24 17:26:51 +00:00

CHANGELOG.md: updates for 1.13.0

This commit is contained in:
Marc-Antoine Perennou 2024-08-20 22:14:17 +02:00
parent 1c1b209613
commit 566684c240

View file

@ -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/),
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
## Added