summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-08-04 14:10:14 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-08-04 14:39:58 +0200
commit0bf5a5ae9cea41b6c85072b2f4592bc007cae817 (patch)
treea3826ac9e000232ccb9cd1f6ff657708e13ff868 /ChangeLog.adoc
parent4fa62a83f11c0fc3ae1d82f5ec72099ef6162686 (diff)
downloadweechat-0bf5a5ae9cea41b6c85072b2f4592bc007cae817.zip
irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)
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 490cea521..ca7443af2 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -25,6 +25,7 @@ New features::
* api: add argument "strip_items" in function string_split
* buflist: add infolist "buflist" with list of buffer pointers (issue #1375)
* exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356)
+ * irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)
Bug fixes::