diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-19 18:29:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-19 18:29:21 +0100 |
commit | a167322d8b572948a0c2cf74139c8e6c1e1dc45c (patch) | |
tree | 86343bed330b78e89b16e91c20ed969f2cc8b6da /ChangeLog.adoc | |
parent | f19808cedd5749066f6da0e1c289533f14f83c82 (diff) | |
download | weechat-a167322d8b572948a0c2cf74139c8e6c1e1dc45c.zip |
api: add info "plugin_loaded"
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index df338fdcf..7a3f18104 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -19,6 +19,7 @@ New features:: * core: add option `-s` in command `/command` to execute multiple commands separated by semicolons * core: allow case insensitive search of partial buffer name with `(?i)name` in command `/buffer` * core: use function util_strftimeval in evaluation of expression `date:xxx` + * api: add info "plugin_loaded" * api: add support of specifier `%!` for timestamp in function util_strftimeval * api: add support of base64url in encode/decode functions * irc: add server option "autojoin_delay" (delay before autojoin), use option "command_delay" before execution of the command (issue #862) |