changelog

This commit is contained in:
Will McGugan 2021-02-15 21:13:34 +00:00
parent 44f54dd8e8
commit c936e9ee24
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ 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).
## [9.11.0] - Unreleased
## [9.11.0] - 2021-02-15
### Fixed
@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for a callback function to format timestamps (allows presentation of milliseconds)
- Added Console.set_alt_screen and Console.screen
- Added height to ConsoleOptions
- Added `vertical` parameter to Algin
- Added `vertical` parameter to Align
- Added Layout class
### Changed