Update CHANGELOG regarding legacy Windows stdout capture fix

This commit is contained in:
Darren Burns 2022-03-14 10:29:35 +00:00
parent 3ff0b12ab5
commit c26a661311
No known key found for this signature in database
GPG Key ID: B0939B45037DC345
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [12.0.1] - 2022-03-14
### Fixed
- Fix capturing stdout on legacy Windows https://github.com/Textualize/rich/pull/2055
## [12.0.0] - 2022-03-10
### Added