diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-19 23:27:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-19 23:27:11 +0200 |
commit | 80f103b68a667f443bb5459a1850b0f30122c45f (patch) | |
tree | a12e81145bd0d01651ee01cdabcbec48e0a7d9c5 /ChangeLog.adoc | |
parent | 156d855787475deab27833219a188a4accf42558 (diff) | |
download | weechat-80f103b68a667f443bb5459a1850b0f30122c45f.zip |
core: use fixed-width integer for computing nick hash (issue #1394)
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 ea58b9f35..1159bbf2c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,6 +31,7 @@ New features:: Bug fixes:: + * core: use fixed-width integer for computing nick hash (issue #1394) * core: create or update option weechat.notify.xxx when function buffer_set is called with "notify" property (issue #1390) * core: fix memory leak in case of error when building content of bar item for display (issue #1384) * core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon |