mirror of https://github.com/Textualize/rich.git
changelog
This commit is contained in:
parent
334dc742fb
commit
f037729ccb
|
@ -5,7 +5,7 @@ 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).
|
||||
|
||||
## [0.8.12] - 2020-04-19
|
||||
## [0.8.12] - 2020-04-21
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ class Style:
|
|||
|
||||
def __hash__(self) -> int:
|
||||
return hash(
|
||||
(self._color, self._bgcolor, self._attributes, self._set_attributes,)
|
||||
(self._color, self._bgcolor, self._attributes, self._set_attributes)
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue