From 022c02722d1de1d964b3f9e950af66bf31cc57ad Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 11 Oct 2022 15:33:56 +0100 Subject: [PATCH] Update the ChangeLog to mention `__repr__` tag-matching change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4447de2..25eb9a90 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 ### 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