diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-24 22:55:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-24 22:55:27 +0200 |
commit | 8b966d1c7ea7b57cd7c2d14b98fd330e43fab46e (patch) | |
tree | 8cd4149bc9226ac642078baf499c286b3a667121 /ChangeLog | |
parent | ad5a2871343b3d27edfc6d1a0d6f4cac15ed6dda (diff) | |
download | weechat-8b966d1c7ea7b57cd7c2d14b98fd330e43fab46e.zip |
core: fix time displayed in status bar (it was one second late) (bug #40097)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-rc2, 2013-09-20 +v0.4.2-rc2, 2013-09-24 This document lists all changes for each version. @@ -14,6 +14,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.2 (under dev!) -------------------------- +* core: fix time displayed in status bar (it was one second late) (bug #40097) * core: fix memory leak on unhook of a print hook (if using tags) * core: fix computation of columns in output of /help (take care about size of time/buffer/prefix) |