From 3b9d14db2ead4edceaa9dd9573533ee4d3632d20 Mon Sep 17 00:00:00 2001 From: Nicolas Barrios Date: Sat, 13 May 2023 18:39:31 -0400 Subject: [PATCH] Add post v0.4 updates to the CHANGELOG Used prior updates as a basis for what changes to include and phrasing. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939bc4ea..546176bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +- Replaced lazy_static dependency with once_cell +- Improved documentation of the `html_reports` feature +- Replaced atty dependency with is-terminal +- (WIP, waiting on #679) MSRV bumped to 1.64 +- (WIP, waiting on #679) Upgraded clap dependency to v4 + +### Fixed +- Quick mode (`--quick`) no longer outputs 1ms for measured times over 5 seconds +- Documentation updates + ## [0.4.0] - 2022-09-10 ### Removed