From eabc29ec4dadf4802289ff9669fe242f4fe23040 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Jun 2022 10:43:00 +0530 Subject: [PATCH] Changelog entry for prewarming --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b87d40940..afdf4ecfa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,12 @@ mouse anywhere in the current command to move the cursor there. See Detailed list of changes ------------------------------------- +0.26.0 [future] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Reduce startup latency by ~50 milliseconds when running kittens via key-bindings or remote control (:iss:`5159`) + + 0.25.2 [2022-06-07] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~