We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52163e commit bf37b46Copy full SHA for bf37b46
ChangeLog.md
@@ -1,5 +1,18 @@
1
# Changelog for haskell-language-server
2
3
+## 0.7.1
4
+
5
+* This is a minor bug fix release, mainly fixing an issue that removed accidentally desugarer warnings (#676).
6
7
+### Pull requests merged
8
9
+- Restore kick (#676). It fixes #676.
10
+([#677)](https://github.com/haskell/haskell-language-server/pull/677) by @wz1000
11
+- README: Remove instructions to execute data target
12
+([#675)](https://github.com/haskell/haskell-language-server/pull/675) by @andys8
13
+- Add hlint tests over cpp, extensions and ignore hints
14
+([#674)](https://github.com/haskell/haskell-language-server/pull/674) by @jneira
15
16
## 0.7.0
17
18
* This version contains mainly refactors and updates of upstream packages
0 commit comments