From 335d2616e7f39ed73dc54d1925dec1f11dd5469c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Aug 2023 18:04:49 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 40a3911e5..76f538418 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,7 +38,7 @@ Detailed list of changes 0.30.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- A new :doc:`transfer kitten ` that can be used to transfer files efficiently over the TTY device. +- A new :doc:`transfer kitten ` that can be used to transfer files efficiently over the TTY device - kitten @ set-user-vars: New remote control command to set user variables on a window (:iss:`6502`) @@ -47,7 +47,7 @@ Detailed list of changes - kitten @ ls: Allow limiting output to matched windows/tabs (:iss:`6520`) -- X11: Print an error to STDERR instead of refusing to start when the user sets a custom window icon larger than 128128 (:iss:`6507`) +- X11: Print an error to :file:`STDERR` instead of refusing to start when the user sets a custom window icon larger than 128x128 (:iss:`6507`) 0.29.2 [2023-07-27] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~