changelog

This commit is contained in:
Will McGugan
2023-02-20 20:51:15 +00:00
parent 433e371dc9
commit 7d9ef17b10

View File

@@ -9,13 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added `App.batch_update`
- Added horizontal rule to Markdown
- Added `App.batch_update` https://github.com/Textualize/textual/pull/1832
- Added horizontal rule to Markdown https://github.com/Textualize/textual/pull/1832
### Changed
- Scrolling by page now adds to current position.
- Markdown lists have been polished: a selection of bullets, better alignment of numbers, style tweaks
- Markdown lists have been polished: a selection of bullets, better alignment of numbers, style tweaks https://github.com/Textualize/textual/pull/1832
### Removed