Update the CHANGELOG

This commit is contained in:
Dave Pearson
2023-05-07 18:07:31 +01:00
parent 8be87d5931
commit e526a32220

View File

@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- run_worker exclusive parameter is now `False` by default https://github.com/Textualize/textual/pull/2470
- Added `always_update` as an optional argument for `reactive.var`
### Added
- Added `OptionList.add_options` https://github.com/Textualize/textual/pull/2508
## [0.23.0] - 2023-05-03
### Fixed