mirror of https://github.com/Textualize/rich.git
Update CHANGELOG
This commit is contained in:
parent
61f1b56192
commit
31bd59ec71
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Workaround for edge case of object from Faiss with no `__class__` https://github.com/Textualize/rich/issues/1838
|
||||
- Add Traditional Chinese readme
|
||||
|
||||
|
||||
### Added
|
||||
|
@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **breaking** Deprecated rich.console.RenderGroup, now named rich.console.Group
|
||||
- **breaking** `Syntax.__init__` parameter `lexer_name` renamed to `lexer`
|
||||
- Syntax constructor accepts both str and now a pygments lexer https://github.com/Textualize/rich/pull/1748
|
||||
- Rename the file name of Simplified Chinese readme to `README.zh-cn.md` (original `README.cn.md`) to reflect the variants of Chinese.
|
||||
|
||||
## [10.16.2] - 2021-01-02
|
||||
|
||||
|
|
Loading…
Reference in New Issue