summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-07-04 16:23:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-07-04 16:23:04 +0200
commit23fd23fd1a189ad13573bd4277def21ead4b91ed (patch)
tree7b72ba5d41bd40775f315a1dafdb90ec724b6f1e /ChangeLog.asciidoc
parente8615c169169e735254d9273f2e4bea31b83e898 (diff)
downloadweechat-23fd23fd1a189ad13573bd4277def21ead4b91ed.zip
api: fix type of value returned by function util_get_time_string
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index fe15cef9f..1b8bbb5fd 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -41,7 +41,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* core: fix display of time in bare display when option
weechat.look.buffer_time_format is set to empty string (closes #441)
* api: fix type of value returned by functions strcasestr, utf8_prev_char,
- utf8_next_char and utf8_add_offset
+ utf8_next_char, utf8_add_offset and util_get_time_string
* api: fix type of value returned by function strcasestr
* fifo: fix send error on Cygwin when something is received in the pipe
(closes #436)