From 8be4ea67acf4109e8e0240fdb7a53c177af82617 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Jun 2026 09:50:41 +0530 Subject: [PATCH] Mark dnd protocol as stable No significant feedback received post release of protocol in 0.47.0 almost a month ago. Protocol can now only change in backward compatible ways, barring security issues. Fixes #9984 --- docs/dnd-protocol.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/dnd-protocol.rst b/docs/dnd-protocol.rst index 8695047c7..a17bcdbb4 100644 --- a/docs/dnd-protocol.rst +++ b/docs/dnd-protocol.rst @@ -3,8 +3,6 @@ The Drag and Drop protocol .. versionadded:: 0.47.0 -.. warning:: This protocol is still under development, see :iss:`9984`. - This protocol enables drag and drop functionality for terminal programs that is as good as the drag and drop functionality available for GUI programs.