From 9125c00f96ba8a53a443d670f877704d3011cc76 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Jan 2018 21:50:00 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3eebd6b46..77e0d58b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,11 @@ version 0.7.0 [future] - Fix rendering of text with ligature fonts that do not use dummy glyphs +- Fix a regression that caused copying of the seelction to clipboard to only + copy the visible part of the selection + +- Fix incorrect handling of some unicode combining marks that are not re-ordered + version 0.6.1 [2017-12-28] ---------------------------