1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

format changelogs with prettier

This commit is contained in:
Rob Ede
2023-03-03 22:36:13 +00:00
parent 9b388a83c9
commit fbb53f54ef
13 changed files with 255 additions and 258 deletions

View File

@ -1,16 +1,17 @@
# Changes
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.59.
## 0.1.3 - 2022-05-03
- Minimum supported Rust version (MSRV) is now 1.49.
## 0.1.2 - 2021-04-01
- No significant changes from `0.1.1`.
## 0.1.1 - 2021-03-29
- Move local mpsc channel to it's own crate.