From 6882c23f43608e4abb848ffcd25b283295e660d2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jan 2018 16:26:33 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ff592cb1..e650f35e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,11 +31,13 @@ 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 +- Fix a regression that caused copying of the selection to clipboard to only copy the visible part of the selection - Fix incorrect handling of some unicode combining marks that are not re-ordered +- Fix handling on non-BMP combining characters + - Drop the dependency on libunistring