浏览代码

chore: update changelog

kylo252 3 年之前
父节点
当前提交
ad5eeaf6ad
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
 ### <!-- 1 --> Features
 
 - _(cmp)_ documentation is deprecated in favor of window.documentation (#2461)
+- _(installer)_ ensure correct responses when prompting user (#2506)
+- _(peek)_ make sure max width and height are customizable (#2492)
 - _(plugins)_ add support for packer snapshots (#2351)
 - lock nvim <0.7 to a specific tag (#2491)
 
@@ -15,12 +17,16 @@ All notable changes to this project will be documented in this file.
 - _(cmp)_ update nvim-cmp to the latest version (#2467)
 - _(cmp)_ hotfix nvim-cmp version
 - _(cmp)_ bring back default keybindings (#2470)
+- _(cmp)_ update nvim-cmp to the latest version (#2467) (#2469)
 - _(impatient)_ avoid get_options in fast handler (#2451)
 - _(installer/pwsh)_ fixes some details on installer and uninstaller (#2404)
 - _(lualine)_ color theme gaps in some components (#2465)
 - _(luasnip)_ make sure all snippets are loaded (#2447)
 - _(luasnip)_ only use user snippets if the folder exists (#2481)
+- _(nvimtree)_ escape the dot character in custom filter (#2493)
+- _(nvimtree)_ make sure on_config_done is using the correct require (#2509)
 - _(readme)_ update lsp server ignore syntax
+- _(readme)_ remove black as linter (#2510)
 - _(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)
@@ -32,6 +38,7 @@ All notable changes to this project will be documented in this file.
 - _(lsp)_ cleanup servers' override configuration (#2243)
 - re-enable packer.sync() in LvimReload (#2410)
 - update impatient (#2477)
+- lock new installations to nvim v0.7+ (#2526)
 
 ### <!-- 4 --> Documentation