mirror of https://github.com/Textualize/rich.git
update changelog and contributors
This commit is contained in:
parent
e08d717a51
commit
46924c28b1
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed overriding the `background_color` of `Syntax` not including padding https://github.com/Textualize/rich/issues/3295
|
||||
|
||||
## [13.7.1] - 2023-02-28
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -18,6 +18,7 @@ The following people have contributed to the development of Rich:
|
|||
- [Aryaz Eghbali](https://github.com/AryazE)
|
||||
- [Oleksis Fraga](https://github.com/oleksis)
|
||||
- [Andy Gimblett](https://github.com/gimbo)
|
||||
- [Tom Gooding](https://github.com/TomJGooding)
|
||||
- [Michał Górny](https://github.com/mgorny)
|
||||
- [Nok Lam Chan](https://github.com/noklam)
|
||||
- [Leron Gray](https://github.com/daddycocoaman)
|
||||
|
|
Loading…
Reference in New Issue