From 54ecc67339d012c2e2e1647ee81389f379236974 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Jun 2026 21:08:28 +0530 Subject: [PATCH] Update changelog Fixes #10102 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index fe9ad247b..b42ee00df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -186,6 +186,8 @@ Detailed list of changes - Fix matching var/env on tabs not working as expected (:iss:`10095`) +- When watching for changed config files do not recursively watch all sub directories of the directory containing the config file (:iss:`10102`) + 0.47.1 [2026-05-28] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~