From 2153b5cdce6cb5de079100dd1271f666a8819c07 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Aug 2023 14:42:04 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6b2ae16fb..b9705c7ea 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -49,7 +49,7 @@ Detailed list of changes - kitten @ ls: Allow limiting output to matched windows/tabs (:iss:`6520`) -- Remote control: Allow using a random TCP socket as the remote control socket and also allow using TCP sockets in :opt:`listen_on` +- Remote control: Allow using a random TCP port as the remote control socket and also allow using TCP sockets in :opt:`listen_on` - 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`)