summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-26 00:42:40 -0400
committerGitHub <noreply@github.com>2023-05-26 00:42:40 -0400
commiteccaf11937186c1ddf3710cbcee0b2c10e8103f3 (patch)
tree5c67d5f08c285d63671f8adb653539a44eec50dc /CHANGELOG.md
parent6b9663a2c20b6483c1f4b1b9cc964719cfe43a0e (diff)
feature: support human times for `default_time_value` and `time_delta` (#1172)
* feature: support human times for time interval and default range * add tests, fix not using ms * appease clippy * 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 7718cde3..cfc75a10 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.2] - Unreleased
+
+## Features
+
+- [#1172](https://github.com/ClementTsang/bottom/pull/1172): Support human times for `time_delta` and `default_time_value`.
+
## [0.9.1] - 2023-05-14
## Bug Fixes