From b123c21010169f91275fd652b6556ff281de6056 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Sep 2022 13:13:58 +0530 Subject: [PATCH] Update changelog Fixes #5483 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e93b69db2..f15d36d42 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,11 @@ mouse anywhere in the current command to move the cursor there. See Detailed list of changes ------------------------------------- +0.27.0 [future] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Allow passing null bytes through the system clipboard (:iss:`5483`) + 0.26.2 [2022-09-05] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~