From 9f73bde4ba4d14085e0248af8eef87b506290443 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 26 Jan 2024 21:47:10 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f20a2..ecc28da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Allow styling with `Target::Pipe` + ## [0.11.0] - 2024-01-19 ### Breaking Change @@ -31,7 +35,6 @@ MSRV changed to 1.71 ### Fixes - Print colors when `is_test(true)` -- Allow styling with `Target::Pipe` ## [0.10.2] - 2024-01-18