From b779e72c50d577e58fbf41cdaf0e3a4500c99a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 24 Jul 2015 07:30:53 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 85318f717..428c9febd 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,6 +19,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features +* core: allow jump from current to previous buffer with default keys + key[alt-j,NN] (issue #466) * core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on Linux/BSD) (issue #465) * core: add option weechat.look.confirm_upgrade (issue #463)