From 001cf3376d3788894306a61532b2415e0edd6499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 19 Jun 2023 07:30:31 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index d5338ea8a..72192eed5 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -43,7 +43,7 @@ New features:: * api: add info "auto_load_scripts" * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) * alias: add `$&` to replace all arguments with double quotes escaped (issue #1140, issue #1190) - * alias: add option `missing` in command `/alias` + * alias: add options `missing` and `rename` in command `/alias` * fifo: add support of escaped chars in text or commands sent (issue #1950) * fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920) * irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default