Skip to content

Commit

Permalink
Add post v0.4 updates to the CHANGELOG
Browse files Browse the repository at this point in the history
Used prior updates as a basis for what changes to include and phrasing.
  • Loading branch information
nbarrios1337 committed May 13, 2023
1 parent 59c78ce commit 3b9d14d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b9d14d

Please sign in to comment.