From fad07d1ff2eeab5c503d20976b33f64ae3994024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 Jun 2020 11:10:06 +0200 Subject: [PATCH] core: update ChangeLog (issue #1514) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index be4485e23..be61cbd1f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -62,6 +62,7 @@ Bug fixes:: * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42) * exec: fix use of same task id for different tasks (issue #1491) * fifo: fix errors when writing in the FIFO pipe (issue #713) + * guile: enable again /guile eval (issue #1514) * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518) * irc: do not remove spaces at the end of users messages received (issue #1513) * irc: fix realname delimiter color in WHO/WHOX response (issue #1497)