Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Mar 25, 2024
1 parent 2b2e2a8 commit 667b1e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed issue with flickering scrollbars https://github.com/Textualize/textual/pull/4315
- Fix progress bar ETA not updating when setting `total` reactive https://github.com/Textualize/textual/pull/4316

### Changed
### Changed

- ProgressBar won't show ETA until there is at least one second of samples https://github.com/Textualize/textual/pull/4316

### Added

- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267

## [0.53.1] - 2023-03-18

### Fixed
Expand All @@ -31,7 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `Pilot.resize_terminal` to resize the terminal in testing https://github.com/Textualize/textual/issues/4212
- Added `sort_children` method https://github.com/Textualize/textual/pull/4244
- Support for pseudo-classes in nested TCSS https://github.com/Textualize/textual/issues/4039
- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267

### Fixed

Expand Down

0 comments on commit 667b1e8

Please sign in to comment.