File tree 3 files changed +18
-1
lines changed 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.7.1 (2020-01-13)
2
+
3
+ * Fix sticky diagnostics bug (#1188 ) - (Pepe Iborra)
4
+ * Use completionSnippetsOn flag (#1195 ) - (Yuya Kono)
5
+ * Update tested-with GHC in cabal config - (jneira)
6
+ * Do not disable parallel GC by default (#1190 ) - (Pepe Iborra)
7
+ * Fix module outline becoming stale after switching branches (#1189 ) - (Pepe Iborra)
8
+ * Make adding missing constraint work in presence of 'forall' (fixes #1164 ) (#1177 ) - (Jan Hrcek)
9
+ * Bump haskell-lsp to 0.23 (#1146 ) - (Potato Hatsue)
10
+ * Fix #723 (Instance declarations in hs-boot files result in GHC errors) (#781 ) - (Ben Simms)
11
+ * Also suggest importing methods without parent class (#766 ) - (Thomas Winant)
12
+ * Update links to issues/PRs in ghcide tests. (#1142 ) - (Peter Wicks Stringfield)
13
+ * fix suggestAddTypeAnnotation regex (#760 ) - (Kostas Dermentzis)
14
+
1
15
### 0.7.0 (2020-01-03)
2
16
17
+ * Ghcide now loads HLS plugins internally - (Pepe Iborra)
3
18
* Retry a failed cradle if the cradle descriptor changes (#762 ) - (Pepe Iborra)
4
19
* Fix extend imports regression (#769 ) - (Pepe Iborra)
5
20
* Perform memory measurement on SIGUSR1 (#761 ) - (Pepe Iborra)
Original file line number Diff line number Diff line change @@ -58,5 +58,7 @@ versions:
58
58
# - v0.4.0
59
59
# - v0.5.0
60
60
# - v0.6.0
61
+ # - v0.7.0
62
+ # - v0.7.1
61
63
- upstream : origin/master
62
64
- HEAD
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 0.7.0 .0
5
+ version : 0.7.1 .0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset and Ghcide contributors
You can’t perform that action at this time.
0 commit comments