From 6d561d4ed01b3d52b558c884d7af3a64c861e116 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 16 Sep 2023 10:56:11 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af51f21289..6f56879e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed the command palette crashing with a `TimeoutError` in any Python before 3.11 https://github.com/Textualize/textual/issues/3320 - Fixed `Input` event leakage from `CommandPalette` to `App`. +## [0.36.0] - 2023-09-15 + ### Added - Added the command palette https://github.com/Textualize/textual/pull/3058