diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af8e3881..5495b0a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - core: add command `/pipe` - core: add option `whitespace` in command `/debug`, add options weechat.look.whitespace_char and weechat.look.tab_whitespace_char ([#947](https://github.com/weechat/weechat/issues/947)) - core: add option weechat.completion.nick_ignore_words ([#1143](https://github.com/weechat/weechat/issues/1143)) +- spell: add CMake options ASPELL_DICT_DIR and ENCHANT_MYSPELL_DICT_DIR to override dictionaries locations ([#1174](https://github.com/weechat/weechat/issues/1174)) - api: add function completion_set - relay/api: add resource `POST /api/completion` ([#2207](https://github.com/weechat/weechat/issues/2207)) - relay/api: add default key `Alt`+`Ctrl`+`l` (L) to toggle between remote and local commands on remote buffers, add option `togglecmd` in command `/remote`, add options relay.api.remote_input_cmd_local and relay.api.remote_input_cmd_remote ([#2148](https://github.com/weechat/weechat/issues/2148))