changelog

This commit is contained in:
Will McGugan 2020-12-30 15:29:37 +00:00
parent d38fb909c3
commit a87133d3eb
1 changed files with 2 additions and 1 deletions

View File

@ -5,12 +5,13 @@ 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).
## [9.6.0] - Unreleased ## [9.6.0] - 2020-12-30
### Changed ### Changed
- MarkupError exception raise from None to omit internal exception - MarkupError exception raise from None to omit internal exception
- Factored out RichHandler.render and RichHandler.render_message for easier extending - Factored out RichHandler.render and RichHandler.render_message for easier extending
- Display pretty printed value in rich.inspect
### Added ### Added