From 784daa1a4b605632d534d2e893af3fa645f16824 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Jul 2022 21:03:47 +0530 Subject: [PATCH] Update changelog for socket prewarm --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c9c26b2d..a4f97110c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,7 +38,7 @@ 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`) +- Reduce startup latency by ~30 milliseconds when running kittens and remote control commands inside kitty (:iss:`5159`) - A new option :opt:`modify_font` to adjust various font metrics like underlines, cell sizes etc. (:pull:`5265`)