From 1b4cd9d8d7cf1ec12677e0e6877b8e8b3c74460f Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Fri, 10 Jan 2020 16:52:36 +0100 Subject: [PATCH] Release ghcide 0.0.6 (#319) * Release ghcide 0.0.6 --- CHANGELOG.md | 22 ++++++++++++++++++++++ ghcide.cabal | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05c423e1..d3b8b108e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ ### unreleased +### 0.0.6 (2020-01-10) + +* Fix type in hover information for do-notation and list + comprehensions (see #243). +* Fix hover and goto-definition for multi-clause definitions (see #252). +* Upgrade to `hie-bios-0.3` (see #257) +* Upgrade to `haskell-lsp-0.19` (see #254) +* Code lenses for missing signatures are displayed even if the warning + has not been enabled. The warning itself will not be shown if it is + not enabled. (see #232) +* Define `__GHCIDE__` when running CPP to allow for `ghcide`-specific + workarounds. (see #264) +* Fix some filepath normalization issues. (see #266) +* Fix build with `shake-0.18.4` (see #272) +* Fix hover for type constructors and type classes. (see #267) +* Support custom preprocessors (see #282) +* Add support for code completions (see #227) +* Code action for removing redundant symbols from imports (see #290) +* Support document symbol requests (see #293) +* Show CPP errors as diagnostics (see #296) +* Code action for adding suggested imports (see #295) + ### 0.0.5 (2019-12-12) * Support for GHC plugins (see #192) diff --git a/ghcide.cabal b/ghcide.cabal index f59ba49ae..e273b2620 100644 --- a/ghcide.cabal +++ b/ghcide.cabal @@ -2,7 +2,7 @@ cabal-version: 1.20 build-type: Simple category: Development name: ghcide -version: 0.0.5 +version: 0.0.6 license: Apache-2.0 license-file: LICENSE author: Digital Asset