Updated CHANGELOG.md and CONTRIBUTORS.md

This commit is contained in:
Tim Savage 2021-10-22 12:31:03 +11:00
parent 137adbabf8
commit 35fdd59128
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run - Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run
- Fixed a bug where logging handler raises an exception when running with pythonw (related to https://bugs.python.org/issue13807)
## [10.12.0] - 2021-10-06 ## [10.12.0] - 2021-10-06

View File

@ -20,4 +20,5 @@ The following people have contributed to the development of Rich:
- [Kyle Pollina](https://github.com/kylepollina) - [Kyle Pollina](https://github.com/kylepollina)
- [Clément Robert](https://github.com/neutrinoceros) - [Clément Robert](https://github.com/neutrinoceros)
- [Tushar Sadhwani](https://github.com/tusharsadhwani) - [Tushar Sadhwani](https://github.com/tusharsadhwani)
- [Tim Savage](https://github.com/timsavage)
- [Gabriele N. Tornetta](https://github.com/p403n1x87) - [Gabriele N. Tornetta](https://github.com/p403n1x87)