Skip to content

Commit d9a5109

Browse files
authored
Prepare ghcide 1.1.0 (#1566)
* Update the changelog for 1.1.0 * add versions to benchmark config
1 parent 7fd7bc0 commit d9a5109

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

ghcide/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
### 0.7.5 (2021-02-??)
1+
### 1.1.0 (2021-03-09)
2+
* Add an option to control progress reporting (#1513) - Pepe Iborra
3+
* Fix missing parens of auto extending imports (#1526) - Potato Hatsue
4+
* Avoid redundant work in diagnostics pass (#1514) - Pepe Iborra
5+
* Avoid always rerunning GetModificationTime for interface files too (#1506) - Pepe Iborra
6+
* Demote implicit cradle warn to logging (#1511) - Javier Neira
7+
* Drive GetModificationTime using watched file events (#1487) - Pepe Iborra
8+
* Make type lenses plugin configurable (#1491) - Potato Hatsue
9+
* Context-aware ExactPrint grafting for HsExpr (#1489) - Sandy Maguire
10+
* Register IDE configuration when called via the command line (#1495) - wz1000
11+
* Faster ModSummary fingerprints (#1485) - Pepe Iborra
12+
* Make sure to give the correct DynFlags to the recompilation checker (#1459) - Pepe Iborra
13+
* Customize the unitId used for the fake internal component (#1435) - Pepe Iborra
14+
* Extract the qualified name from already imported module (#1445) - Potato Hatsue
15+
* Add code action for importing class methods (#1428) - Potato Hatsue
16+
* Reformat all files (#1439) - Junyoung/Clare Jang
17+
* Minor performance optimizations (#1432) - Pepe Iborra
18+
19+
### 1.0.0 (2021-03-04)
20+
* Fix the handling of default HLS config again (#1419) - Pepe Iborra
21+
* Hlint hints. (#1227) - Peter Wicks Stringfield
22+
* Use object code for TH+UnboxedTuples/Sums (#1382) - wz1000
23+
* Add a pre commit hook for code formatting (#1384) - Junyoung/Clare Jang
24+
### 0.7.5 (2021-02-17)
225
* Tone down some logInfos to logDebug (#1385) - Pepe Iborra
326
* Show window message when auto extending import lists (#1371) - Potato Hatsue
427
* Catch GHC errors in listing module names (#1367) - Potato Hatsue

ghcide/bench/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ versions:
7676
# - ghcide-v0.7.2
7777
# - ghcide-v0.7.3
7878
# - ghcide-v0.7.4
79+
# - ghcide-v0.7.5
80+
# - 1.0.0
81+
# - ghcide-v1.1.0
7982
- upstream: origin/master
8083
- HEAD
8184

0 commit comments

Comments
 (0)