From b02d79c49898a8f4340aaa81ebd7cae3668ac6a9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 7 Sep 2024 07:18:26 +0800 Subject: [PATCH] Fix typo in changelog (#3) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f22c85..cad92f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ No changes, simply releasing pre-release as full release. * MSRV has been bumped to `1.61` * Warnings have been fixed, including `clippy::pedantic` lints * CI has been converted to GitHub actions, and testing infrastructure significantly simplified. -* Automatic nightly detection has been removed, use the `nightly` feature for improved diagnostics at the cost of stablity. +* Automatic nightly detection has been removed, use the `nightly` feature for improved diagnostics at the cost of stability. # v1.0.4 (2020-7-31)