diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-13 16:13:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-13 16:13:59 +0100 |
commit | 0f5192dad52ef6045c9e860b400333e99831e417 (patch) | |
tree | 11f4b5309d698b06a84806c2cc4373cd56b2367a /ChangeLog.adoc | |
parent | 018b9693812eb58e6d15602366c61e937a9ea930 (diff) | |
download | weechat-0f5192dad52ef6045c9e860b400333e99831e417.zip |
core: add name of signals in ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 99e8abda8..3f69dc7f1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -24,7 +24,7 @@ Improvements:: Bug fixes:: - * core: fix deadlock when quitting after a signal is received (issue #32) + * core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32) * core: fix display of empty lines in search mode (issue #829) * api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827) * lua: fix integers returned in Lua >= 5.3 (issue #834) |