Skip to content

Commit d1c8ffb

Browse files
committed
update CHANGELOG.md
Update CHANGELOG.md for #2356, #2358, #2360, #2369, and #2371
1 parent 5451803 commit d1c8ffb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ IMPROVEMENTS:
3030
[[GH-2347]](https://github.com/fatih/vim-go/pull/2347)
3131
* Check for null modules in the background when initializing gopls.
3232
[[GH-2351]](https://github.com/fatih/vim-go/pull/2351)
33+
* Add `:GoAddWorkspace` function to support multiple workspaces with gopls.
34+
[[GH-2356]](https://github.com/fatih/vim-go/pull/2356)
35+
* Rename `errn` Ultisnip snippet to `err`.
36+
[[GH-2358]](https://github.com/fatih/vim-go/pull/2358)
37+
* Install gopls from its stable package.
38+
[[GH-2360]](https://github.com/fatih/vim-go/pull/2360)
39+
* Disambiguate progress message when initializing gopls.
40+
[[GH-2369]](https://github.com/fatih/vim-go/pull/2369)
41+
* Remove warnings and lsp short-circuiting when using a null module.
42+
[[GH-2371]](https://github.com/fatih/vim-go/pull/2371)
3343

3444
BUG FIXES:
3545
* display info about function and function types whose parameters are

0 commit comments

Comments
 (0)