Update the ChangeLog to include dropping Python 3.6 as a supported version

This commit is contained in:
Dave Pearson 2022-10-11 13:18:46 +01:00
parent c9d3f4a0f3
commit 974fb53959
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 6 additions and 0 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).
## [13.0.0] - 2022-??-??
### Changed
- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567
- Removed `dataclasses` as a dependency https://github.com/Textualize/rich/pull/2567
## [12.6.0] - 2022-10-02