diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-29 10:54:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-29 10:54:51 +0200 |
commit | 968d17b806bd9483ee8f74e29457302de21a8a7b (patch) | |
tree | 6b278b17715e4c980d8e24bac4c1c817bc5810bf | |
parent | 2de272ee6c384d4196d8cd469c198f2abee07665 (diff) | |
download | weechat-968d17b806bd9483ee8f74e29457302de21a8a7b.zip |
core: update ChangeLog (closes #1689)
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index a0eed13ea..deb307a1f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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) |