Skip to content

Commit 368cff7

Browse files
authored
Release ghcide 0.1.0 (#403)
1 parent 025fa5b commit 368cff7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
### unreleased
22

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+
318
### 0.0.6 (2020-01-10)
419

520
* Fix type in hover information for do-notation and list

ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 1.20
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 0.0.6
5+
version: 0.1.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset

0 commit comments

Comments
 (0)