1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: update ChangeLog (closes #1689)

This commit is contained in:
Sébastien Helleu
2021-08-29 10:54:51 +02:00
parent 2de272ee6c
commit 968d17b806
+1 -1
View File
@@ -21,7 +21,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
* core: add option "certs" in command /debug
* api: add `${re:repl_index}` to get the index of replacement in function string_eval_expression
* api: add `${re:repl_index}` to get the index of replacement in function string_eval_expression (issue #1689)
* api: add random integer number in evaluation of expressions with "random:min,max"
* api: add function string_cut
* api: add function file_copy (issue #1667)