Add PR to changelog

This commit is contained in:
Darren Burns 2022-01-27 10:13:11 +00:00
parent 0a37fcc93a
commit 404539dce7
1 changed files with 1 additions and 0 deletions

View File

@ -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