From be1156aebdf1ab0cc0b18e6dc8e3b4522b507316 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 27 Nov 2024 10:25:07 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53417a21fd..187c62abe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +### Fixed + +- Fixed infinite loop in `Widget.anchor` https://github.com/Textualize/textual/pull/5290 + ## [0.87.1] - 2024-11-24 ## Fixed