File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for haskell-language-server
2
2
3
+ ## 1.6.1.0
4
+
5
+ This is a bug fix release to restore a fully statically linked haskell-language-server-wrapper executable.
6
+
7
+ - It has been reported [ here] ( https://github.com/haskell/haskell-language-server/issues/2650 )
8
+ - Thanks all reporters for the fast feedback
9
+ - The bug has been traced [ here] ( https://github.com/haskell/haskell-language-server/pull/2615#discussion_r795059782 )
10
+ - And the fix is in [ this pr] ( https://github.com/haskell/haskell-language-server/pull/2647 )
11
+
12
+ ### Pull requests merged for 1.6.1.0
13
+
14
+ - Post 1.6.0.0 fixes and prepare 1.6.1.0 bug fix release
15
+ ([ #2647 ] ( https://github.com/haskell/haskell-language-server/pull/2647 ) ) by @jneira
16
+ - Move hackage back to flake.nix
17
+ ([ #2652 ] ( https://github.com/haskell/haskell-language-server/pull/2652 ) ) by @guibou
18
+ - Wingman: Fix #1879
19
+ ([ #2644 ] ( https://github.com/haskell/haskell-language-server/pull/2644 ) ) by @MorrowM
20
+
21
+
3
22
## 1.6.0.0
4
23
5
24
Time for a new and exciting hls release:
@@ -27,6 +46,8 @@ Time for a new and exciting hls release:
27
46
28
47
### Pull requests merged for 1.6.0
29
48
49
+ - Prepare 1.6.0 release
50
+ ([ #2642 ] ( https://github.com/haskell/haskell-language-server/pull/2642 ) ) by @jneira
30
51
- Implement stripPrefix via T.stripPrefix
31
52
([ #2645 ] ( https://github.com/haskell/haskell-language-server/pull/2645 ) ) by @Bodigrim
32
53
- Change Type Family Export pattern
You can’t perform that action at this time.
0 commit comments