diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c96b72d..637c5d85 100644 --- a/CHANGELOG.md +++ b/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