From 8c9eeb7fd46ce322942c684e0ca3360e3ae40db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 28 Apr 2020 16:38:32 +0200 Subject: [PATCH] core: update ChangeLog (issue #713) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6cd2085fd..e64c7694f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -40,6 +40,7 @@ Bug fixes:: * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461) * core: fix memory leak in calculation of expression on FreeBSD (issue #1469) * core: fix resize of a bar when its size is 0 (automatic) (issue #1470) + * fifo: fix errors when writing in the FIFO pipe (issue #713) * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463) * trigger: do not hide values of options with /set command in cmd_pass trigger