Update the ChangeLog to mention `__repr__` tag-matching change

This commit is contained in:
Dave Pearson 2022-10-11 15:33:56 +01:00
parent dbb2ec6627
commit 022c02722d
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567
- Pretty-printing of "tagged" `__repr__` results is now greedy when matching tags https://github.com/Textualize/rich/pull/2565
## [12.6.0] - 2022-10-02