From 71cb4112f7ab479016d688c092d13317f99c7cab Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 12 Sep 2023 12:50:46 -0500 Subject: [PATCH] docs: Update changelog --- crates/anstyle-termcolor/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/anstyle-termcolor/CHANGELOG.md b/crates/anstyle-termcolor/CHANGELOG.md index aa3dd450..ac55e55d 100644 --- a/crates/anstyle-termcolor/CHANGELOG.md +++ b/crates/anstyle-termcolor/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update MSRV to 1.70.0 +### Fixes + +- Correctly apply text styles + ## [1.0.0] - 2023-04-13 ### Breaking Change