From 9fb8ca649e315260d29282f868c7ceaeed59d486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 27 Jul 2018 07:53:17 +0200 Subject: [PATCH] core: update ChangeLog (issue #1162) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 76b4c17cc..36d052801 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -24,6 +24,7 @@ New features:: Bug fixes:: + * core: fix clear of completion item in case of partial completion (issue #1162) * core: send signal "key_pressed" for mouse code only if the string is UTF-8 valid (issue #1220) * scripts: fix duplicated lines in output of script eval (python, perl, ruby, lua and guile)