Skip to content

Commit 26da278

Browse files
committed
sort changelog
1 parent 47e83e1 commit 26da278

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [11.1.0] - 2022-01-28
99

1010
### Added
1111

12-
- Workaround for edge case of object from Faiss with no `__class__` https://github.com/Textualize/rich/issues/1838
1312
- Add `Syntax.guess_lexer`, add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869
1413
- Add `lexer` parameter to `Syntax.from_path` to allow for overrides https://github.com/Textualize/rich/pull/1873
14+
15+
### Fixed
16+
17+
- Workaround for edge case of object from Faiss with no `__class__` https://github.com/Textualize/rich/issues/1838
1518
- Ensure `Syntax` always justifies left https://github.com/Textualize/rich/pull/1872
1619
- Handle classes in inspect when methods=True https://github.com/Textualize/rich/pull/1874
1720

21+
[11.0.0] - 2022-01-09
22+
1823
### Added
1924

2025
- Added max_depth arg to pretty printing https://github.com/Textualize/rich/issues/1585

0 commit comments

Comments
 (0)