From 6c7b446a22fd5b330fb683b4b9597c8cb1c79fe3 Mon Sep 17 00:00:00 2001 From: chthollyphile <30263107+chthollyphile@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:10:25 +0800 Subject: [PATCH] update CHANGELOG.md and CONTRIBUTORS.md --- CHANGELOG.md | 1 + CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a04224..7e6f7b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adds a `case_sensitive` parameter to `prompt.Prompt`. This determines if the response is treated as case-sensitive. Defaults to `True`. +- Add a new `column` object `IterationSpeedColumn`. https://github.com/Textualize/rich/pull/3332 ## [13.7.1] - 2024-02-28 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index edacc588..a983dc03 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -85,3 +85,4 @@ The following people have contributed to the development of Rich: - [Pierro](https://github.com/xpierroz) - [Bernhard Wagner](https://github.com/bwagner) - [Aaron Beaudoin](https://github.com/AaronBeaudoin) +- [chthollyphile](https://github.com/chthollyphile)