From 35d1aa78755ea262564442fc90b4cf708332f122 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Nov 2025 20:08:22 +0530 Subject: [PATCH] Update changelog Fixes #9185 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 75a1a6e9b..0b899cb55 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -139,6 +139,9 @@ Detailed list of changes - Add support for the `paste events protocol `__ (:iss:`9183`) +- Add a mappable action :ac:`copy_last_command_output` to copy the output of the last + command to the clipboard (:pull:`9185`) + 0.44.0 [2025-11-03] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~