fix changelog [skip ci]

This commit is contained in:
Will McGugan
2023-02-15 11:35:25 +00:00
parent 437a7b5523
commit a47bb56caa

View File

@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `DOMNode.css_tree` which is a renderable that shows the DOM and CSS https://github.com/Textualize/textual/pull/1778
- Added `DOMNode.children_view` which is a view on to a nodes children list, use for querying https://github.com/Textualize/textual/pull/1778
- Added `Markdown` and `MarkdownViewer` widgets.
- Added `--screenashot` option to `textual run`
- Added `--screenshot` option to `textual run`
### Changed