We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab2559 commit c2040acCopy full SHA for c2040ac
CHANGELOG.md
@@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
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
+
13
## 2.8.0 - 2023-08-26
14
15
* Call of deprecated `err.description()` replaced with `err.to_string()`.
16
* Avoided all catchable panics in async drain thread.
-* Define minimum supported rust version.
-* Setup Github Actions.
17
18
## 2.7.0 - 2021-07-29
19
0 commit comments