Skip to content

Commit 6cc4d0f

Browse files
committed
changelog
1 parent b1f2a4f commit 6cc4d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Collapsible title now accepts str, Text, or Content https://github.com/Textualize/textual/pull/5697
1818
- Rich Text objects will be converted to Content in OptionList and other widgets https://github.com/Textualize/textual/pull/5712
1919
- Textual will always convert dim attributes to RGB by default https://github.com/Textualize/textual/pull/5715
20-
- Notifications will now use Content markup (previously they used Console markup)
20+
- Notifications will now use Content markup (previously they used Console markup) https://github.com/Textualize/textual/pull/5719
2121

2222
### Added
2323

2424
- Added `TEXTUAL_DIM_FACTOR` env var to set the opacity of the 'dim' ANSI attribute https://github.com/Textualize/textual/pull/5715
25-
- `notify()` now accepts a `markup` parameter to disable rendering the message as markup
25+
- `notify()` now accepts a `markup` parameter to disable rendering the message as markup https://github.com/Textualize/textual/pull/5719
2626

2727
## [3.0.1] - 2025-04-01
2828

0 commit comments

Comments
 (0)