diff --git a/crates/anstyle/CHANGELOG.md b/crates/anstyle/CHANGELOG.md index 938a2d9f..9112b908 100644 --- a/crates/anstyle/CHANGELOG.md +++ b/crates/anstyle/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Ignore `Display` settings like padding (we were inconsistent about that and generally wrong when we did it) + ## [1.0.5] - 2024-01-29 +### Features + - Implement `Display` for `Style` where the alternate flag is for reset - Implement `Display` for `Reset`