File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
session-loader/Development/IDE Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- ### 0.7.3 (2021-02-..)
1+ ### 0.7.4 (2021-02-08)
2+ * Support for references via hiedb (#704 ) - wz1000
3+ * Fix space leak on cradle reloads (#1316 ) - Pepe Iborra
4+ * Trigger extending import only when the item is not in scope (#1309 ) - Potato Hatsue
5+ * Don't extend the import list with child if the parent has already been imported as (..) (#1302 ) - Potato Hatsue
6+ * FindImports typo (minor) (#1291 ) - Andy
7+ * Reenable auto extend imports and drop snippets for infix completions (#1266 ) - Pepe Iborra
8+ * ghcide: Implements a CodeAction to disambiguate ambiguous symbols (#1264 ) - Hiromi Ishii
9+ * Restore code actions order (#1273 ) - Pepe Iborra
10+
11+ ### 0.7.3 (2021-02-04)
212* Add custom cache layer for session loading (#1197 ) - (fendor)
313* Remove invalid exports (#1193 ) - (Kostas Dermentzis)
414* Use exact print to suggestExtendImport - (Potato Hatsue)
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ versions:
6565# - ghcide-v0.7.1
6666# - ghcide-v0.7.2
6767# - ghcide-v0.7.3
68+ # - ghcide-v0.7.4
6869- upstream : origin/master
6970- HEAD
7071
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
22build-type : Simple
33category : Development
44name : ghcide
5- version : 0.7.3 .0
5+ version : 0.7.4 .0
66license : Apache-2.0
77license-file : LICENSE
88author : Digital Asset and Ghcide contributors
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The logic for setting up a ghcide session by tapping into hie-bios.
77-}
88module Development.IDE.Session
99 (SessionLoadingOptions (.. )
10+ ,CacheDirs (.. )
1011 ,defaultLoadingOptions
1112 ,loadSession
1213 ,loadSessionWithOptions
You can’t perform that action at this time.
0 commit comments