diff options
author | kylo252 <[email protected]> | 2022-04-06 16:25:18 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-04-06 16:25:18 +0200 |
commit | 46b8aee2353da37721aa8a4f4ab17ab14e1ae839 (patch) | |
tree | fbc2c5fa41ec701893c62b9ceb18708ffb26618d /CHANGELOG.md | |
parent | 2d0ba75d036f5c465bd38eb97fc5195d59e6e504 (diff) |
chore: update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e4ff15..dac1c686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### <!-- 1 --> Features + +- _(plugins)_ add support for packer snapshots (#2351) + +### <!-- 2 --> Bugfix + +- _(installer/pwsh)_ fixes some details on installer and uninstaller (#2404) +- _(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) +- update deprecated methods in example configuration for trouble.nvim (#2416) + +### <!-- 3 --> Refactor + +- _(lsp)_ replace deprecated ocamllsp with ocamlls (#2402) +- re-enable packer.sync() in LvimReload (#2410) + +### <!-- 4 --> Documentation + +- _(README)_ change forgotten breaking change in example (#2377) + ## [1.1.3] ### <!-- 1 --> Features |