Skip to content

Commit 9feb7c7

Browse files
authored
Prepare for ghcide 0.0.5 release (#236)
1 parent b5b80d9 commit 9feb7c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
### 0.0.5 (2019-12-12)
4+
5+
* Support for GHC plugins (see #192)
6+
* Update to haskell-lsp 0.18 (see #203)
7+
* Initial support for `TemplateHaskell` (see #222)
8+
* Code lenses for missing signatures. These are only shown if
9+
`-Wmissing-signatures` is enabled. (see #224)
10+
* Fix path normalisation on Windows (see #225)
11+
* Fix flickering of the progress indicator (see #230)
12+
313
### 0.0.4 (2019-10-20)
414

515
* Add a ``--version`` cli option (thanks @jacg)

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.4
5+
version: 0.0.5
66
license: Apache-2.0
77
license-file: LICENSE
88
author: Digital Asset

0 commit comments

Comments
 (0)