From 3d8ffb5eadaabc9013ba9395f89faf563c86fb75 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 29 May 2024 11:31:09 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9c418e01..90e4cfb1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ 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/). -## [0.63.6] +## [0.63.6] - 2024-05-29 ### Fixed -- Fixed issue with bindings not refreshing +- Fixed issue with bindings not refreshing https://github.com/Textualize/textual/pull/4571 -## [0.63.5] +## [0.63.5] - 2024-05-28 ### Fixed @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `Styles.is_auto_width` and `Style.is_auto_height` -## [0.63.4] +## [0.63.4] - 2024-05-26 ### Added