File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
### unreleased
2
2
3
+ ### 0.1.0 (2020-02-04)
4
+
5
+ * Code action for inserting new definitions (see #309 ).
6
+ * Better default GC settings (see #329 and #333 ).
7
+ * Various performance improvements (see #322 and #384 ).
8
+ * Improvements to hover information (see #317 and #338 ).
9
+ * Support GHC 8.8.2 (see #355 ).
10
+ * Include keywords in completions (see #351 ).
11
+ * Fix some issues with aborted requests (see #353 ).
12
+ * Use hie-bios 0.4.0 (see #382 ).
13
+ * Avoid stuck progress reporting (see #400 ).
14
+ * Only show progress notifications after 0.1s (see #392 ).
15
+ * Progress reporting is now in terms of the number of files rather
16
+ than the number of shake rules (see #379 ).
17
+
3
18
### 0.0.6 (2020-01-10)
4
19
5
20
* Fix type in hover information for do-notation and list
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.0.6
5
+ version : 0.1.0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset
You can’t perform that action at this time.
0 commit comments