summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-02-18 01:55:26 -0500
committerGitHub <noreply@github.com>2023-02-18 01:55:26 -0500
commitf89b243589b5d0e0a3dfe75337a66fa1091d0434 (patch)
treeddc401aac04839252a55d1e46a9d246ab2c0366c /CHANGELOG.md
parentedc61d428c9045982030cf2b54ea20ef8cd5baab (diff)
feature: support 3-char hex colours (#1022)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c2ad221..16eb4ad8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Features
- [#1016](https://github.com/ClementTsang/bottom/pull/1016): Add support for displaying process usernames on Windows.
+- [#1022](https://github.com/ClementTsang/bottom/pull/1022): Support three-character hex colour strings for styling.
## Changes