From 181e1cb4c75397ea1ddcf5b6299e2ff036f0d36b Mon Sep 17 00:00:00 2001 From: John Mercouris Date: Mon, 25 Mar 2024 13:43:06 -0500 Subject: [PATCH] changelog: Add information about input handling. --- source/changelog.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/changelog.lisp b/source/changelog.lisp index 5f48430b149f..1c08b6b87984 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -27,6 +27,9 @@ (define-version "4.0.0" (:ul + (:li "Refactor input to be handled on the buffer level rather than the window +level. This will allow panel buffers to have their own hotkeys. It will also +allow for vertical and horizontal splitting of buffers.") (:li "Refactor renderer interface input handling.") (:li "Refactor custom schemes URLs API.") (:li "Deprecate slot " (:code "input-dispatcher")