Skip to content

Commit

Permalink
docs(changelog): correct release for pr 3012 (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding authored Aug 21, 2023
1 parent 900c372 commit 114b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Methods `TabbedContent.hide_tab` and `TabbedContent.show_tab` https://github.com/Textualize/textual/pull/3112
- Methods `Tabs.hide` and `Tabs.show` https://github.com/Textualize/textual/pull/3112
- Messages `Tabs.TabHidden` and `Tabs.TabShown` https://github.com/Textualize/textual/pull/3112
- Added `ListView.extend` method to append multiple items https://github.com/Textualize/textual/pull/3012

### Changed

Expand Down Expand Up @@ -64,7 +65,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Added App.begin_capture_print, App.end_capture_print, Widget.begin_capture_print, Widget.end_capture_print https://github.com/Textualize/textual/issues/2952
- Added the ability to run async methods as thread workers https://github.com/Textualize/textual/pull/2938
- Added `ListView.extend` method to append multiple items https://github.com/Textualize/textual/pull/3012
- Added `App.stop_animation` https://github.com/Textualize/textual/issues/2786
- Added `Widget.stop_animation` https://github.com/Textualize/textual/issues/2786

Expand Down

0 comments on commit 114b9c4

Please sign in to comment.