diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c12ceca..042796b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `App.batch_update` https://github.com/Textualize/textual/pull/1832 - Added horizontal rule to Markdown https://github.com/Textualize/textual/pull/1832 - Added `Widget.disabled` https://github.com/Textualize/textual/pull/1785 -- Added `DOMNode.notify_style_update` to replace `messages.StylesUpdated` message +- Added `DOMNode.notify_style_update` to replace `messages.StylesUpdated` message https://github.com/Textualize/textual/pull/1861 ### Changed @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - Removed `screen.visible_widgets` and `screen.widgets` -- Removed `StylesUpdate` message. +- Removed `StylesUpdate` message. https://github.com/Textualize/textual/pull/1861 ### Fixed