Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion ghcide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### 0.7.3 (2021-02-..)
### 0.7.4 (2021-02-08)
* Support for references via hiedb (#704) - wz1000
* Fix space leak on cradle reloads (#1316) - Pepe Iborra
* Trigger extending import only when the item is not in scope (#1309) - Potato Hatsue
* Don't extend the import list with child if the parent has already been imported as (..) (#1302) - Potato Hatsue
* FindImports typo (minor) (#1291) - Andy
* Reenable auto extend imports and drop snippets for infix completions (#1266) - Pepe Iborra
* ghcide: Implements a CodeAction to disambiguate ambiguous symbols (#1264) - Hiromi Ishii
* Restore code actions order (#1273) - Pepe Iborra

### 0.7.3 (2021-02-04)
* Add custom cache layer for session loading (#1197) - (fendor)
* Remove invalid exports (#1193) - (Kostas Dermentzis)
* Use exact print to suggestExtendImport - (Potato Hatsue)
Expand Down
1 change: 1 addition & 0 deletions ghcide/bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ versions:
# - ghcide-v0.7.1
# - ghcide-v0.7.2
# - ghcide-v0.7.3
# - ghcide-v0.7.4
- upstream: origin/master
- HEAD

Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.20
build-type: Simple
category: Development
name: ghcide
version: 0.7.3.0
version: 0.7.4.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down
1 change: 1 addition & 0 deletions ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The logic for setting up a ghcide session by tapping into hie-bios.
-}
module Development.IDE.Session
(SessionLoadingOptions(..)
,CacheDirs(..)
,defaultLoadingOptions
,loadSession
,loadSessionWithOptions
Expand Down