From 404539dce79baa7481e281a674d96db9340697c8 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 27 Jan 2022 10:13:11 +0000 Subject: [PATCH] Add PR to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e81f72..eb80f1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Workaround for edge case of object from Faiss with no `__class__` https://github.com/Textualize/rich/issues/1838 - Add `Syntax.guess_lexer`, add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869 +- Ensure `Syntax` always justifies left https://github.com/Textualize/rich/pull/1872 ### Added