From 939212e1d46da5b0b0b4eb395d6a0cc543708789 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Oct 2018 16:11:45 +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 f097698ff..0658c867d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -51,6 +51,9 @@ Changelog - Wayland: Fix copying from hidden kitty windows hanging (:iss:`1051`) +- Wayland: Add support for the experimental primary select protocol + implemented by some compositors (:pull:`1095`) + - Fix expansion of env vars not working in the :opt:`env` directive (:iss:`1075`)