From bdfa44c8d88c8278ce5fe10442723c4df60ea013 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 24 Sep 2024 11:55:34 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad9d2d0da..a4b991648b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.80.1] - 2024-09-24 -### [0.80.1] - 2024-09-24 +### Fixed - Fixed crash when exiting the app prematurely https://github.com/Textualize/textual/pull/5039 - Fixed exception constructing TextArea outside of App https://github.com/Textualize/textual/pull/5045