Skip to content

Commit 89a508c

Browse files
committed
Add a initial release description
1 parent e6c1135 commit 89a508c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: ChangeLog.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## 1.4.0
44

5+
After a month of vacation a new hls release has arrived:
6+
7+
- Support for ghc 8.10.6 and 8.10.7
8+
- The ormolu formatter plugin works with ghc 9.0.1
9+
- We have new docs thanks to @michaelpj: <https://haskell-language-server.readthedocs.io>
10+
- 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+
- The advise is upgrade ghc to the last minor version: 8.6.5 or 8.10.7
17+
- There are several bug fixes and features you can found in the merged pull requests list
18+
19+
### Pull requests merged for 1.4.0
20+
521
- Completions for project identifiers
622
([#2187](https://github.com/haskell/haskell-language-server/pull/2187)) by @pepeiborra
723
- Add rerun workflow

0 commit comments

Comments
 (0)