diff --git a/CHANGELOG.md b/CHANGELOG.md index 6327789eeb..c151eac8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed `Integer` validator missing failure description when not a number https://github.com/Textualize/textual/issues/4413 - Fixed a crash in `DataTable` if you clicked a link in the border https://github.com/Textualize/textual/issues/4410 +- Fixed issue with cursor position https://github.com/Textualize/textual/pull/4429 ### Added