diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-27 17:31:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-27 17:31:30 +0200 |
commit | ecc3a2aeb623be0d9eae927fc13722054fe5fba0 (patch) | |
tree | c510d53707ee1e34a1c77af84fc7c239a284fe38 /ChangeLog.asciidoc | |
parent | 0ff8d7b5439ee543fae8eb4c4080ec4ccf905b1d (diff) | |
download | weechat-ecc3a2aeb623be0d9eae927fc13722054fe5fba0.zip |
core: fix display of invalid UTF-8 chars in bars (issue #218)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index cd141b0c6..e266890f4 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,6 +19,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features +* core: fix display of invalid UTF-8 chars in bars * core: allow pointer as list name in evaluation of hdata (closes #450) * core: add signal "signal_sighup" * api: add function string_eval_path_home() |