summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-27 20:12:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-27 20:12:02 +0200
commita3bde46d48276ec399304b3751bbc166df16778a (patch)
treefb1621be9ad66e254ac1baf28b84fd04ecc0cedc
parentecc3a2aeb623be0d9eae927fc13722054fe5fba0 (diff)
downloadweechat-a3bde46d48276ec399304b3751bbc166df16778a.zip
core: move ChangeLog entry in bugs section
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index e266890f4..866f844cb 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -19,7 +19,6 @@ 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()
@@ -33,6 +32,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
=== Bugs fixed
+* core: fix display of invalid UTF-8 chars in bars
* core: fix bar item "scroll" after /buffer clear (closes #448)
* core: fix display of time in bare display when option
weechat.look.buffer_time_format is set to empty string (closes #441)