From 39f9efc816548963a452ab268fc8cbd171fd9588 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Jan 2022 21:10:02 +0530 Subject: [PATCH] Add changelog entry for last PR --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 038c634e6..f8089957c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -94,6 +94,8 @@ Detailed list of changes - hints kitten: Fix common single letter extension files not being detected (:iss:`4491`) +- Support dotted and dashed underline styles (:pull:`4529`) + - For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors (:iss:`4494`)