@@ -12,18 +12,29 @@ After a month of vacation a new hls release has arrived:
12
12
- Add call from type signature
13
13
- Add call from a function pattern
14
14
- Go to typeclass instance directly
15
+ - As usual @isovector has been busy improving wingman plugin:
16
+ - New "intro and destruct" code action
17
+ - Streaming tactic solutions: when Wingman times outs, it can still pick the best solution it found
18
+ - Let-bindings in metattactics: allows you to bind variables in tactic metaprogram
19
+ - Several bug fixes
15
20
- We have new docs thanks to @michaelpj : < https://haskell-language-server.readthedocs.io >
16
21
- Now you can ask the executable for included plugins with: ` haskell-language-server --list-plugins `
17
- - * DEPRECATION NOTICE* : after this release we will drop support for ghc versions: 8.6.4, 8.10.3 and 8.10.4
18
- - The advise is upgrade ghc to the last minor version: 8.6.5 or 8.10.7
19
22
- There are several bug fixes and features you can found in the merged pull requests list
20
23
24
+ ### DEPRECATION NOTICE
25
+
26
+ - * After* this release we will drop support for ghc versions 8.6.4, 8.10.3 and 8.10.4
27
+ - The advise is upgrade ghc to the last minor version: 8.6.5 or 8.10.7
28
+ - Take a look to [ this issue] ( https://github.com/haskell/haskell-language-server/issues/2168 ) for more details
29
+
21
30
### Pull requests merged for 1.4.0
22
31
23
32
- Update flake to fix nix builds
24
33
([ #2188 ] ( https://github.com/haskell/haskell-language-server/pull/2188 ) ) by @jneira
25
34
- Completions for project identifiers
26
35
([ #2187 ] ( https://github.com/haskell/haskell-language-server/pull/2187 ) ) by @pepeiborra
36
+ - Wingman: Don't clobber where clauses
37
+ ([ #2184 ] ( https://github.com/haskell/haskell-language-server/pull/2184 ) ) by @isovector
27
38
- Add rerun workflow
28
39
([ #2181 ] ( https://github.com/haskell/haskell-language-server/pull/2181 ) ) by @jneira
29
40
- Bump up shake-bench version
0 commit comments