summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-01 05:08:04 -0500
committerGitHub <noreply@github.com>2023-01-01 05:08:04 -0500
commita56e7f6cc9c0515d15576c7b06392c0b0c79b288 (patch)
tree67032385e21fb1134f5bcfd15a997c8bd74a699e /CHANGELOG.md
parentd7e9fd6be012d8a669c1f6ce48d8b48e94322b03 (diff)
feature: split usage into usage percentage and value (#950)
Denotes both usage and usage percentage. This also redoes the calculation for percentage to be based on the sum of avail + used, rather than on total, as otherwise we get potentially confusing percentages.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ab87f41..b7858102 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ 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.7.1] - ???
+
+## Bug Fixes
+
+## Changes
+
+## Features
+
+- [#950](https://github.com/ClementTsang/bottom/pull/950): Split usage into usage percentage and value.
+
## [0.7.0] - 2022-12-31
## Bug Fixes