We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b80d9 commit 9feb7c7Copy full SHA for 9feb7c7
CHANGELOG.md
@@ -1,5 +1,15 @@
1
### unreleased
2
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
13
### 0.0.4 (2019-10-20)
14
15
* Add a ``--version`` cli option (thanks @jacg)
ghcide.cabal
@@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
-version: 0.0.4
+version: 0.0.5
license: Apache-2.0
license-file: LICENSE
author: Digital Asset
0 commit comments