diff options
author | kylo252 <[email protected]> | 2022-04-14 21:27:27 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-04-14 21:27:27 +0200 |
commit | 3083a19daa23acd077ac773463698faca45c549f (patch) | |
tree | ee03f49b1d82570b1cc3ba4b6ee2ac487f62463f /CHANGELOG.md | |
parent | 6d2e18295f510c2f2167bd911b0d421a3b7f112e (diff) |
chore: update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ac5e57..9dc35db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ All notable changes to this project will be documented in this file. ### <!-- 1 --> Features +- _(cmp)_ documentation is deprecated in favor of window.documentation (#2461) - _(plugins)_ add support for packer snapshots (#2351) - add option to set maximum cmp menu width (#2425) ### <!-- 2 --> Bugfix +- _(impatient)_ avoid get_options in fast handler (#2451) - _(installer/pwsh)_ fixes some details on installer and uninstaller (#2404) +- _(luasnip)_ make sure all snippets are loaded (#2447) +- _(readme)_ update lsp server ignore syntax - _(telescope)_ set <cr> binding to actions.select_default only (#2395) - _(theme)_ make sure the new theme is fully loaded (#2392) - _(windows)_ specify required powershell version for the installation script (#2376) @@ -20,11 +24,13 @@ All notable changes to this project will be documented in this file. ### <!-- 3 --> Refactor - _(lsp)_ replace deprecated ocamllsp with ocamlls (#2402) +- _(lsp)_ cleanup servers' override configuration (#2243) - re-enable packer.sync() in LvimReload (#2410) ### <!-- 4 --> Documentation - _(README)_ change forgotten breaking change in example (#2377) +- _(windows)_ use alpha in config_win.example.lua (#2452) ## [1.1.3] |