From c95050f7be2c9bf83a0a140e838fd4856e943afc Mon Sep 17 00:00:00 2001 From: Techcable Date: Mon, 21 Feb 2022 12:24:34 -0700 Subject: [PATCH] Fix typo in CHANGELOG.md (for 2.9.0) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be7a0e..9dbc7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 2.9.0 - 2022-02-20 ### Changed -* Switch from `chrono` to `term` +* Switch from `chrono` to `time` * Merges PR #39 - Thanks @JanZerebecki * Avoids [RUSTSEC-2020-0159](https://rustsec.org/advisories/RUSTSEC-2020-0159) * BREAKING: Bump MSRV to 1.53