From e2ccd5b70dbc134f80c0cf2cd68eaf5a4457d50b Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Sat, 26 Feb 2022 16:00:55 -0500 Subject: [PATCH] Update CHANGELOG and CONTRIBUTORS --- CHANGELOG.md | 4 +++- CONTRIBUTORS.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93d06391..f11ad82e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added options to TimeRemainingColumn to render a compact time format and render elapsed time when a task is + finished. https://github.com/Textualize/rich/pull/1992 - Added ProgressColumn `MofNCompleteColumn` to display raw `completed/total` column (similar to DownloadColumn, - but displays values as ints, does not convert to floats or add bit/bytes units). + but displays values as ints, does not convert to floats or add bit/bytes units). https://github.com/Textualize/rich/pull/1941 ### Fixed diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c58f4703b..9baddef6c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -31,4 +31,4 @@ The following people have contributed to the development of Rich: - [Dennis Brakhane](https://github.com/brakhane) - [Michał Górny](https://github.com/mgorny) - [Arian Mollik Wasi](https://github.com/wasi-master) - +- [Brian Rutledge](https://github.com/bhrutledge)