diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-10-31 08:08:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-06 09:14:14 +0100 |
commit | 7555993bbc061c86d8f57b424a872a2496021a48 (patch) | |
tree | 3696ab69969c97b1027050de322fc3b8b1f71c6b /ChangeLog.adoc | |
parent | 3b674a5e160301b0af71a6568cc34fdc0ec5fd04 (diff) | |
download | weechat-7555993bbc061c86d8f57b424a872a2496021a48.zip |
trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (closes #1510)
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 79ace8088..1ab59c1a8 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -21,6 +21,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: * core: allow command `/toggle` to create option before setting the value, if allowed in the section (issue #1837) + * trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (issue #1510) Bug fixes:: |