diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8f4baa..e235f948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 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 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad5147af..a1590fa6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -20,4 +20,5 @@ The following people have contributed to the development of Rich: - [Kyle Pollina](https://github.com/kylepollina) - [Clément Robert](https://github.com/neutrinoceros) - [Tushar Sadhwani](https://github.com/tusharsadhwani) +- [Tim Savage](https://github.com/timsavage) - [Gabriele N. Tornetta](https://github.com/p403n1x87)