summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-12 04:39:07 -0400
committerGitHub <noreply@github.com>2023-05-12 04:39:07 -0400
commitbcca7e26212734941aa0325fdd5961220d20f49a (patch)
tree42581a59c32ddce3c5017e621006db3bb34fe436 /CHANGELOG.md
parentc8da8f16f0693c70ad0a339fdac4c4fb83274507 (diff)
bug: fix gruvbox cache colour being invalid (#1148)
* bug: fix gruvbox cache colour being invalid * update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 579a3884..0bcb5ed2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.9.1] - Unreleased
+
+## Bug Fixes
+
+- [#1148](https://github.com/ClementTsang/bottom/pull/1148): Fix Gruvbox colour string being invalid when cache usage is enabled.
+
## [0.9.0] - 2023-05-10
## Bug Fixes