Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 24, 2022
1 parent 4c37917 commit 2979c4b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

MSRV changed to 1.60 to hide optional dependencies

### Fixes

- Resolved soundness issue by switching from `atty` to `is-terminal`

### Breaking Changes

To open room for changing dependencies:
- Renamed `termcolor` feature to `color`
- Renamed `atty` feature to `auto-color`

## [0.9.3] - 2022-11-07

- Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.
Expand Down

0 comments on commit 2979c4b

Please sign in to comment.