From 22a35aa9727247b835c860cf9669f9d74079ba76 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 22 Dec 2022 20:09:00 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d355ae60..d294dc71 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 - Reversed `pre` and `code` tags in base HTML format https://github.com/Textualize/rich/pull/2642 +- Improved detection of `attrs` library, that isn't confused by the presence of the `attr` library. ### Changed