Skip to content

Commit ce6767e

Browse files
committed
Complete Changelog
1 parent 1971fd0 commit ce6767e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: ChangeLog.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,29 @@ After a month of vacation a new hls release has arrived:
1212
- Add call from type signature
1313
- Add call from a function pattern
1414
- 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
1520
- We have new docs thanks to @michaelpj: <https://haskell-language-server.readthedocs.io>
1621
- 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
1922
- There are several bug fixes and features you can found in the merged pull requests list
2023

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+
2130
### Pull requests merged for 1.4.0
2231

2332
- Update flake to fix nix builds
2433
([#2188](https://github.com/haskell/haskell-language-server/pull/2188)) by @jneira
2534
- Completions for project identifiers
2635
([#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
2738
- Add rerun workflow
2839
([#2181](https://github.com/haskell/haskell-language-server/pull/2181)) by @jneira
2940
- Bump up shake-bench version

0 commit comments

Comments
 (0)