Fix wording of entry in CHANGELOG to match lines around it

This commit is contained in:
Dave Pearson
2023-01-31 14:45:28 +00:00
parent dc1c4dad0e
commit 1cc5b3799c

View File

@@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Programmatically setting `overflow_x`/`overflow_y` refreshes the layout correctly https://github.com/Textualize/textual/issues/1616
- Fixed double-paste into `Input` https://github.com/Textualize/textual/issues/1657
- Added a workaround for an apparent Windows Terminal paste issue https://github.com/Textualize/textual/issues/1661
- Fixes issue with renderable width calculation https://github.com/Textualize/textual/issues/1685
- Fixed issue with renderable width calculation https://github.com/Textualize/textual/issues/1685
- Fixed issue with app not processing Paste event https://github.com/Textualize/textual/issues/1666
## [0.10.1] - 2023-01-20