Skip to content

Commit e5fd661

Browse files
committed
fix changelog
1 parent 10242c7 commit e5fd661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111

1212
- Fixed `OptionList` causing excessive redrawing https://github.com/Textualize/textual/pull/5766
13-
- Added `:first-child` and `:last-child` pseudo classes https://github.com/Textualize/textual/pull/5776
1413
- Log messages could be written to stdout when there was no app, which could happen when using run_async or threads. Now they will be suppressed, unless the env var `TEXTUAL_DEBUG` is set https://github.com/Textualize/textual/pull/5782
1514

1615
### Added
1716

17+
- Added `:first-child` and `:last-child` pseudo classes https://github.com/Textualize/textual/pull/5776
1818
- Added `toggle_class` parameter to reactives https://github.com/Textualize/textual/pull/5778
1919
- Added `compact` parameter and reactive to `Button`, `Input`, `ToggleButton`, `RadioSet`, `OptionList`, `TextArea` https://github.com/Textualize/textual/pull/5778
2020
- Added `HORIZONTAL_BREAKPOINTS` and `VERTICAL_BREAKPOINTS` to `App` and `Screen` https://github.com/Textualize/textual/pull/5779

0 commit comments

Comments
 (0)