diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-07 19:46:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-07 19:46:55 +0100 |
commit | 17d3032b7383cb23d36cb60bcd45201c088e2bb7 (patch) | |
tree | 061275de0f109df09a775a1180c7b512ff086f4a | |
parent | 90aec7bec72dc6e6e0d5224923966f15af6b0197 (diff) | |
download | weechat-17d3032b7383cb23d36cb60bcd45201c088e2bb7.zip |
core: move line from "New features" to "Bug fixes"
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 031678690..d8ec6867a 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,7 +20,6 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: - * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978) * core: add file weechat.desktop * core: add reverse of string for screen in evaluation of expressions with "revscr:" * core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx" @@ -40,6 +39,7 @@ New features:: Bug fixes:: + * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978) * core: optimize load of configuration files * core: fix window separators not respecting window splits (issue #630) * core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619) |