From 1d3115905a190a3212d35bf77bf0eb517bc2085c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 22 Aug 2024 14:50:52 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7afcadb9..405bd7a692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `DOMNode.BINDING_GROUP` https://github.com/Textualize/textual/pull/4906 - Added `DOMNode.HELP` classvar which contains Markdown help to be shown in the help panel https://github.com/Textualize/textual/pull/4915 - Added `App.get_system_commands` https://github.com/Textualize/textual/pull/4920 -- Added "Save Screenshot" system command. +- Added "Save Screenshot" system command https://github.com/Textualize/textual/pull/4922 ### Changed