Skip to content

Commit e44f618

Browse files
committed
Update changelog for 0.2.2
1 parent 5407dff commit e44f618

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

ChangeLog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## 0.2.2
44

55
This changes the configuration section from "languageServerHaskell" to "haskell"
6-
to align it with vscode-hie-server 0.1. You will need to update your LSP
7-
configurations (which vary per client) from
6+
to align it with vscode-haskell-1.0.0. Whilst the old section is still
7+
supported for now, you should update your LSP configuration (which varies per
8+
client) from
89

910
```json
1011
{
@@ -32,6 +33,20 @@ to
3233
([#224](https://github.com/haskell/haskell-language-server/pull/224) by @bubba)
3334
- Rename the configuration section from languageServerHaskell => haskell
3435
([#227](https://github.com/haskell/haskell-language-server/pull/227) by @bubba)
36+
- Use -haddock for cabal and stack
37+
([#214](https://github.com/haskell/haskell-language-server/pull/214) by @jneira)
38+
- slightly better shell.nix for local development
39+
([#235](https://github.com/haskell/haskell-language-server/pull/235) by @pepeiborra)
40+
- Shell nix further steps
41+
([#240](https://github.com/haskell/haskell-language-server/pull/240) by @pepeiborra)
42+
- Add numeric-version option for wrapper and server
43+
([#241](https://github.com/haskell/haskell-language-server/pull/241) by @fendor)
44+
- Accept the legacy "languageServerHaskell" config name
45+
([#243](https://github.com/haskell/haskell-language-server/pull/243) by @bubba)
46+
- Fix for Eval plugin: Error from tests not reported
47+
([#244](https://github.com/haskell/haskell-language-server/pull/244) by @tittoassini)
48+
- Rename binaries before uploading
49+
([#248](https://github.com/haskell/haskell-language-server/pull/248) by @bubba)
3550

3651
## 0.2.1
3752

0 commit comments

Comments
 (0)