From 0fa3cec61f30d62e4a38ed4dc596342b1afc2d7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Jan 2020 20:22:29 +0530 Subject: [PATCH] Add support for specifying a background image Fixes #163 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ec212cf1..5d193fe3d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,10 @@ To update |kitty|, :doc:`follow the instructions `. - A new :ref:`splits_layout` to arrange windows in arbitrary splits (:iss:`2308`) +- Add support for specifying a background image, see :opt:`background_image` + (:iss:`163` and :pull:`2326`) + + 0.16.0 [2020-01-28] --------------------