From c936e9ee249a0abe8763496e4ae85ba5371ef810 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 15 Feb 2021 21:13:34 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8079a94..e8f52c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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