Skip to content

Commit 2644089

Browse files
committed
Changelog for 0.99.4
1 parent 70769d8 commit 2644089

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
# Version 0.99.3
1+
# Changelog
2+
3+
All notable changes to async-std will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
7+
8+
## [Unreleased]
9+
10+
# [0.99.4] - 2019-08-21
11+
12+
## Changes
13+
14+
- Many small changes in the book, mostly typos
15+
- Documentation fixes correcting examples
16+
- Now works with recent nightly with stabilised async/await (> 2019-08-21)
17+
18+
# [0.99.3] - 2019-08-16
219

320
- Initial beta release
21+
22+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.99.3...HEAD
23+
[0.99.4]: https://github.com/async-rs/async-std/compare/v0.99.3...v0.99.4
24+
[0.99.3]: https://github.com/async-rs/async-std/tree/v0.99.3

0 commit comments

Comments
 (0)