summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-23 07:42:16 +0000
committerGitHub <noreply@github.com>2023-06-23 03:42:16 -0400
commitcc3833289fa5063efe30c2a16da56a9b04117e1b (patch)
tree5408634129744b9f613f11f35da1b04a07586f0b /CHANGELOG.md
parent0b7f4c745dbf5ef93a0d1fbf185fd725995a74bb (diff)
feature: support human times for rate (#1221)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86841312..67f0c462 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1216](https://github.com/ClementTsang/bottom/pull/1216): Fix arguments not being sorted alphabetically.
- [#1219](https://github.com/ClementTsang/bottom/pull/1219): Fix overflow/underflow in graph timespan zoom.
+## Features
+
+- [#1221](https://github.com/ClementTsang/bottom/pull/1221): Support human times for `rate`.
+
## [0.9.2] - 2023-06-11
## Bug Fixes