From 17c6aa13138a62f0835616a9ae3d42a00aee13a4 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 7 Jun 2022 12:20:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f57a84df..70652e146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix text wrapping edge case https://github.com/Textualize/rich/pull/2296 - Allow exceptions that are raised while a Live is rendered to be displayed and/or processed https://github.com/Textualize/rich/pull/2305 - Fix crashes that can happen with `inspect` when docstrings contain some special control codes https://github.com/Textualize/rich/pull/2294 +- Fix edges used in first row of tables when `show_header=False` https://github.com/Textualize/rich/pull/2330 ## [12.4.4] - 2022-05-24