From f17cee75dcc8e63d0c908b4a7c16b8f57e56a08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 14 Oct 2018 21:03:56 +0200 Subject: [PATCH] core: update ChangeLog (issue #1267) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 862ea88b2..5dc914aac 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -41,6 +41,7 @@ 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) * api: fix memory leak in function string_split + * lua: fix return code of mkdir functions in case of error (issue #1267) * scripts: fix duplicated lines in output of script eval (python, perl, ruby, lua and guile) Tests::