From c3e2deaa3e5499257f5ca6677a227dcdb622da1e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 14 Mar 2023 04:33:09 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318915f..5f060c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Update MSRV to 1.64.0 + +### Fixes + +- Correctly handle `CLICOLOR=1` +- Correctly handle `NO_COLOR=` +- Auto-enable color on CI + ## [2.0.8] - 2023-01-09 ### Features