File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
2
19
3
20
- 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
You can’t perform that action at this time.
0 commit comments