summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2023-12-23 01:09:36 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2023-12-23 21:32:33 +0100
commit9529f30129e2696bc4a4027561e66c6de69b3195 (patch)
treedfc0bcbbc0bf5c657bfdf1f82c0124b9226eae04 /CHANGELOG.md
parent266311ca33a78924dcad1fc13f99974098286ed0 (diff)
fix: Respect NO_COLOR with --list-details option
Fixes: #1455
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa857d1..e852038 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
## Bugfixes
+- Respect NO_COLOR environment variable with `--list-details` option. (#1455)
+
## Changes