From 101604bc04a2395d127870895947b6ddfe99aa1f Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 9 Feb 2023 21:41:45 +0000 Subject: [PATCH] Add missing link for Checkbox->Switch CHANGELOG entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26553d34..974e5ee86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Breaking change: `TreeNode` can no longer be imported from `textual.widgets`; it is now available via `from textual.widgets.tree import TreeNode`. https://github.com/Textualize/textual/pull/1637 - `Tree` now shows a (subdued) cursor for a highlighted node when focus has moved elsewhere https://github.com/Textualize/textual/issues/1471 -- Breaking change: renamed `Checkbox` to `Switch`. +- Breaking change: renamed `Checkbox` to `Switch` https://github.com/Textualize/textual/issues/1746 ### Fixed