Skip to content

Commit 88a6296

Browse files
authored
move updates to unreleased
1 parent b8f91bd commit 88a6296

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## Unreleased
9+
10+
### Fixed
11+
12+
- Exceptions inside `Widget.compose` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282
13+
14+
### Added
15+
16+
- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267
17+
818
## [0.54.0] - 2024-03-26
919

1020
### Fixed
@@ -13,17 +23,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1323
- Fixed issue with flickering scrollbars https://github.com/Textualize/textual/pull/4315
1424
- Fixed issue where narrow TextArea would repeatedly wrap due to scrollbar appearing/disappearing https://github.com/Textualize/textual/pull/4334
1525
- Fix progress bar ETA not updating when setting `total` reactive https://github.com/Textualize/textual/pull/4316
16-
- Exceptions inside `Widget.compose` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282
1726

1827
### Changed
1928

2029
- ProgressBar won't show ETA until there is at least one second of samples https://github.com/Textualize/textual/pull/4316
2130
- `Input` waits until an edit has been made, after entry to the widget, before offering a suggestion https://github.com/Textualize/textual/pull/4335
2231

23-
### Added
24-
25-
- Added `Document.start` and `end` location properties for convenience https://github.com/Textualize/textual/pull/4267
26-
2732
## [0.53.1] - 2024-03-18
2833

2934
### Fixed

0 commit comments

Comments
 (0)