changelog tweak

This commit is contained in:
Will McGugan 2021-11-20 10:53:06 +00:00
parent 666d0cf2b2
commit ba5d0c2cfc
1 changed files with 6 additions and 4 deletions

View File

@ -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