File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ After a month of vacation a new hls release has arrived:
6
6
7
7
- Support for ghc 8.10.6 and 8.10.7
8
8
- The ormolu formatter plugin works with ghc 9.0.1
9
+ - We have a * new brand plugin to let you rename indentifiers* thanks to @OliverMadine 's great work
10
+ - * Call hierarchy plugin has been improved* thanks to @July541 :
11
+ - Add call from type signature
12
+ - Add call from a function pattern
13
+ - Go to typeclass instance directly
9
14
- We have new docs thanks to @michaelpj : < https://haskell-language-server.readthedocs.io >
10
15
- Now you can ask the executable for included plugins with: ` haskell-language-server --list-plugins `
11
- - Call hierarchy plugin has been improved thanks to @July541 :
12
- - Added call from type signature
13
- - And call from a function pattern
14
- - Go to typeclass instance directly
15
- - After this release we will drop support for ghc versions: 8.6.4, 8.10.3 and 8.10.4
16
+ - * DEPRECATION NOTICE* : after this release we will drop support for ghc versions: 8.6.4, 8.10.3 and 8.10.4
16
17
- The advise is upgrade ghc to the last minor version: 8.6.5 or 8.10.7
17
18
- There are several bug fixes and features you can found in the merged pull requests list
18
19
You can’t perform that action at this time.
0 commit comments