mirror of https://github.com/Textualize/rich.git
changelog tweak
This commit is contained in:
parent
666d0cf2b2
commit
ba5d0c2cfc
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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).
|
||||
|
||||
## [10.15.0] - Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- Added dynamic_progress.py to examples
|
||||
|
||||
## [10.14.0] - 2021-11-16
|
||||
|
||||
### Fixed
|
||||
|
@ -30,10 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Added json.dumps parameters to print_json https://github.com/willmcgugan/rich/issues/1638
|
||||
|
||||
### Added
|
||||
|
||||
- Added dynamic_progress.py to examples
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an edge case bug when console module try to detect if they are in a tty at the end of a pytest run
|
||||
|
|
Loading…
Reference in New Issue