diff --git a/CHANGELOG.md b/CHANGELOG.md index 437ec6a..313b86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Performance + +- Avoid extra UTF-8 validation performed in some cases + +### Fixes + +- Ensure custom pipes/stdout get flushed +- Don't panic on broken pipes when `color` is disabled + ## [0.10.1] - 2023-11-10 ### Performance