changelog

This commit is contained in:
Will McGugan 2021-09-18 09:45:55 +01:00
parent f934b09ecb
commit 2cec85d81f
1 changed files with 5 additions and 1 deletions

View File

@ -5,12 +5,16 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [10.10.0] - Unreleased
### Added ### Added
- Added stdin support to `rich.json` - Added stdin support to `rich.json`
### Fixed
- Fixed pretty printing of objects with fo magic with **getattr** https://github.com/willmcgugan/rich/issues/1492
## [10.9.0] - 2021-08-29 ## [10.9.0] - 2021-08-29
### Added ### Added