summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-05-07 13:16:44 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-05-10 21:59:31 +0200
commit06aa7034fb60b19aba54a873f97a5cd38eb482bc (patch)
tree8f2052486ca5314c137791733490cc1b35a97594 /ChangeLog.adoc
parent2073408b86b7b959383d528b3fcb96be0fa39dc8 (diff)
downloadweechat-06aa7034fb60b19aba54a873f97a5cd38eb482bc.zip
irc: add variable "nick_host" in server structure
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 3b41166c3..960b26470 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -30,6 +30,7 @@ New features::
* api: replace argument "keep_eol" by "flags" in function string_split (issue #1322)
* api: add function command_options (issue #928)
* api: add function string_match_list
+ * irc: add variable "nick_host" in server structure
* relay: add option relay.weechat.commands (issue #928)
* script: use SHA-512 instead of MD5 for script checksum
* spell: rename aspell plugin to spell (issue #1299)