diff options
author | kylo252 <[email protected]> | 2022-01-04 12:24:43 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-05 09:34:18 +0100 |
commit | d5f3d0f13f5c4f525777c2d3b210a71a40b2c60f (patch) | |
tree | c0b0d0c45c16306a7d3028e58490aab5124ca1df | |
parent | 91da8a8296569fe93ea480d4c20ea713ca8b708a (diff) |
chore: update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27af8b69..2f840aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [1.0.0] ### <!-- 1 --> Features @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - _(installer)_ Check if npm-prefix is writable (#2091) - _(installer)_ More robust yarn validation (#2113) - _(lsp)_ Set the handlers opts for v0.6 as well (#2109) +- _(lsp)_ Formatter now use new null-ls api function (#2135) - Bump nvim-tree version - Formatting - Remove duplicate lint messages @@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file. - _(bootstrap)_ More robust git module (#2127) - _(info)_ Use new null-ls api for sources (#2125) - _(install.sh)_ Fix typo in node error message (#2107) +- _(settings)_ Add headless-mode settings (#2134) - _(test)_ Cleanup test utilities (#2132) - Deprecate lvim.lang.FOO (#1913) (#1914) - Remove unused old language configs (#2094) |