Skip to content

Commit c2040ac

Browse files
committed
CHANGELOG: Minor correction for 2.8.0 release
I already published 2.8.0 as commit 0db0728 This means the more recent commits will not be published to crates.io until the next release.
1 parent 3ab2559 commit c2040ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
* Define minimum supported rust version.
10+
* Setup Github Actions.
11+
* Fixup some minor typos in CHANGELOG.md, including an incorrect release date for 2.8.0.
12+
913
## 2.8.0 - 2023-08-26
1014

1115
* Call of deprecated `err.description()` replaced with `err.to_string()`.
1216
* Avoided all catchable panics in async drain thread.
13-
* Define minimum supported rust version.
14-
* Setup Github Actions.
1517

1618
## 2.7.0 - 2021-07-29
1719

0 commit comments

Comments
 (0)