From 4152ed58093e45454a8901616491013e4c6d4bb7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Oct 2020 08:51:07 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ce4782d84..2cb3396f8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,9 @@ To update |kitty|, :doc:`follow the instructions `. :opt:`window_margin_width` and keeping :opt:`draw_minimal_borders` on (:iss:`3017`) +- Fix a regression in 0.19.0 that broke rendering of one-eight bar unicode + characters at very small font sizes (:iss:`3025`) + - Fix selections created by dragging upwards not being auto-cleared when screen contents change (:pull:`3028`)