From 21be636cec49fa80baf7df49231d49a37cb1c200 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 28 Mar 2023 02:17:42 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e037565fed2..6773d60a7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Removed the languishing `unstable-replace` feature (open to discussion at [#2836](https://github.com/clap-rs/clap/issues/2836)) +- Removed the stablized `unstable-grouped` feature + +### Features + +- Allow any `StyledStr` to accept text styled with ANSI escape codes +- Respect `CLICOLOR`, `CLICOLOR_FORCE` + +### Fixes + +- Lighten the tone for "unexpected argument" errors (open to discussion at [#4638](https://github.com/clap-rs/clap/issues/4638)) + ## [4.1.14] - 2023-03-28 ### Features