diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-13 22:22:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-13 22:22:06 +0200 |
commit | 19f37cee6a07316a6f514a34ca9e168afea26ead (patch) | |
tree | de5a6f6f74a110dcd06ac25c7c7958b880e69d0c /ChangeLog.adoc | |
parent | 641180caf14f757b564a769dc3b42264a1b65dcd (diff) | |
download | weechat-19f37cee6a07316a6f514a34ca9e168afea26ead.zip |
core: update ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2dae75117..97f224fa2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -37,6 +37,7 @@ New features:: Bug fixes:: + * core: fix TLS handshake failure on server connection when there are multiple addresses in the server (issue #1196) * core: count number of chars instead of bytes for suffix in function string_cut * core: fix delete of previous/next word (keys kbd:[Ctrl+w] and kbd:[Alt+d]) (issue #1195) * core: fix infinite loop in evaluation of strings (issue #1183) |