diff options
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 90f423ce9..282547d59 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,7 +19,6 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features -* core: add support of full color option name in command /eval * core: use environment variable WEECHAT_HOME on startup (closes #391) * core: remove WeeChat version from config files (closes #407) * core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to @@ -33,8 +32,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add option "-s" in command /eval to split expression before evaluating it (no more split by default) (closes #324) * core: add priority in plugins to initialize them in order +* api: add support of environment variables in function + string_eval_expression() and command /eval * api: add support of full color option name in functions color() and - string_eval_expression() + string_eval_expression() and in command /eval * api: add "_chat_line" (line pointer) in hashtable of hook_focus * irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fingerprint" (closes #281) |