diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index df86cc9244..685be37bce 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -35,6 +35,12 @@ API now maintain their own list of channels. • In the future, |vim.rpcnotify()| may accept a list of channels, if there is demand for this use-case. +• "Dictionary" was renamed to "Dict" internally and in the RPC |api-metadata|. + This is not expected to break clients because there are no known clients + that actually use the `return_type` field or the parameter type names + reported by |--api-info| or |nvim_get_api_info()|. +• Renamed `nvim__id_dictionary` (unsupported/experimental API) to + `nvim__id_dict`. DEFAULTS |