mirror of https://github.com/Textualize/rich.git
update CHANGELOG.md and CONTRIBUTORS.md
This commit is contained in:
parent
74445d76c3
commit
6c7b446a22
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue