mirror of https://github.com/Textualize/rich.git
Update CHANGELOG.md and CONTRIBUTORS.md
This commit is contained in:
parent
96760b9e36
commit
19a861a4a5
|
@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Fix syntax lexer guessing.
|
||||
- Fixed Pretty measure not respecting expand_all https://github.com/Textualize/rich/issues/1998
|
||||
- Collapsed definitions for single-character spinners, to save memory and reduce import time.
|
||||
- Fix print_json indent type in __init__.py
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ The following people have contributed to the development of Rich:
|
|||
- [Clément Robert](https://github.com/neutrinoceros)
|
||||
- [Brian Rutledge](https://github.com/bhrutledge)
|
||||
- [Tushar Sadhwani](https://github.com/tusharsadhwani)
|
||||
- [Paul Sanders](https://github.com/sanders41)
|
||||
- [Tim Savage](https://github.com/timsavage)
|
||||
- [Nicolas Simonds](https://github.com/0xDEC0DE)
|
||||
- [Aaron Stephens](https://github.com/aaronst)
|
||||
|
|
Loading…
Reference in New Issue