From b4186d1f74ecf8433ee7e3f88b112eba99cc6dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jul 2014 12:17:44 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 2359fa155..7057a587a 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -95,6 +95,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add signals "key_combo_{default|search|cursor}" * core: display a warning in case of inconsistency between the options weechat.look.save_{config|layout}_on_exit +* tests: add unit tests using CppUTest * api: add argument "flags" in function hdata_new_list * api: change type of arguments displayed/highlight in hook_print callback from string to integer (in scripts)