Skip to content

Commit 351df5e

Browse files
committed
Add changelog for 1.5.1
1 parent e83d413 commit 351df5e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

ChangeLog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog for haskell-language-server
22

3+
## 1.5.1
4+
5+
This is a bug fix release for two regressions found after releasing 1.5.0:
6+
7+
- [#2365](https://github.com/haskell/haskell-language-server/issue/2365): hs-boot files not handled correctly, discovered in the ghc codebase and fixed with [#2377](https://github.com/haskell/haskell-language-server/pull/2377)
8+
- [#2379](https://github.com/haskell/haskell-language-server/issue/2379): `tried to look at linkable for GetModIfaceWithoutLinkable for NormalizedFilePath...` error handling template haskell, fixed with [#2380](https://github.com/haskell/haskell-language-server/pull/2380)
9+
10+
Both quick fixes thanks to @pepeiborra
11+
12+
Also it fixes some long standing bugs in the hlint plugin due to comments being ignored (see [#2366](https://github.com/haskell/haskell-language-server/pull/2366))
13+
14+
### Pull requests merged for 1.5.1
15+
16+
- Revert "Update to latest prettyprinter API (#2352)"
17+
([#2389](https://github.com/haskell/haskell-language-server/pull/2389)) by @pepeiborra
18+
- Add extra logging around build queue
19+
([#2388](https://github.com/haskell/haskell-language-server/pull/2388)) by @pepeiborra
20+
- docs: Fix typo
21+
([#2386](https://github.com/haskell/haskell-language-server/pull/2386)) by @nh2
22+
- ghcide: Update dependency on `hls-plugin-api`
23+
([#2382](https://github.com/haskell/haskell-language-server/pull/2382)) by @hololeap
24+
- Fix regression in GhcSessionDeps
25+
([#2380](https://github.com/haskell/haskell-language-server/pull/2380)) by @pepeiborra
26+
- Boot files
27+
([#2377](https://github.com/haskell/haskell-language-server/pull/2377)) by @pepeiborra
28+
- hls-module-name-plugin: Add missing golden file to hackage tarball
29+
([#2374](https://github.com/haskell/haskell-language-server/pull/2374)) by @maralorn
30+
- hls-explicit-imports-plugin: Add golden files to hackage tarball
31+
([#2373](https://github.com/haskell/haskell-language-server/pull/2373)) by @maralorn
32+
- Update ghcide dependency for various plugins
33+
([#2368](https://github.com/haskell/haskell-language-server/pull/2368)) by @hololeap
34+
- Fix several hlint issues related with the use of parsed module without comments
35+
([#2366](https://github.com/haskell/haskell-language-server/pull/2366)) by @jneira
36+
337
## 1.5.0
438

539
Time for another hls release:
@@ -22,6 +56,8 @@ Time for another hls release:
2256

2357
### Pull requests merged for 1.5.0
2458

59+
- Prepare 1.5.0
60+
([#2361](https://github.com/haskell/haskell-language-server/pull/2361)) by @jneira
2561
- More completion fixes
2662
([#2354](https://github.com/haskell/haskell-language-server/pull/2354)) by @pepeiborra
2763
- Update to latest prettyprinter API

0 commit comments

Comments
 (0)