|
| 1 | +### 1.2.0 (2021-04-11) |
| 2 | +* Emit holes as diagnostics (#1653) - Sandy Maguire |
| 3 | +* Fix ghcide and HLS enter lsp mode by default (#1692) - Potato Hatsue |
| 4 | +* support custom Ide commands (#1666) - Pepe Iborra |
| 5 | +* ghcide - enable ApplicativeDo everywhere (#1667) - Pepe Iborra |
| 6 | +* Intelligent derivations of Semigroup and Monoid for Wingman (#1671) - Sandy Maguire |
| 7 | +* Avoid creating IsFileOfInterest keys for non workspace files (#1661) - Pepe Iborra |
| 8 | +* Fix a wingman bug caused by mismanaged stale data (#1657) - Sandy Maguire |
| 9 | +* Skip tracing unless eventlog is enabled (#1658) - Pepe Iborra |
| 10 | +* optimize ambiguity import suggestions (#1669) - Lei Zhu |
| 11 | +* Replace Barrier with MVar in lsp main (#1668) - Potato Hatsue |
| 12 | +* Add bounds for Diff (#1665) - Potato Hatsue |
| 13 | +* log exceptions before killing the server (#1651) - Pepe Iborra |
| 14 | +* Fix importing type operators (#1644) - Potato Hatsue |
| 15 | +* Shut the Shake session on exit, instead of restarting it (#1655) - Pepe Iborra |
| 16 | +* Do not override custom user commands (#1650) - Pepe Iborra |
| 17 | +* Civilized indexing progress reporting (#1633) - Pepe Iborra |
| 18 | +* Avoid reordering plugins (#1629) - Pepe Iborra |
| 19 | +* Update to lsp-1.2 (#1631) - wz1000 |
| 20 | +* Use custom config for completions plugin (#1619) - Potato Hatsue |
| 21 | +* Configurable I/O handles (#1617) - Pepe Iborra |
| 22 | +* Add test data files to extra-source-files (#1605) - Javier Neira |
| 23 | +* Allow for customizable Haskell views of Property types (#1608) - Sandy Maguire |
| 24 | +* Extract hls-test-utils (#1606) - Potato Hatsue |
| 25 | +* Add ability for plugins to handle file change notifications (#1588) - Pepe Iborra |
| 26 | +* Bump haddock-library to 1.10.0 (#1598) - Potato Hatsue |
| 27 | +* Use CiInterface/SkInterface for typeclass symbols (#1592) - FW |
| 28 | +* Relax ghcides upper bound on base16-bytestring (#1595) - maralorn |
| 29 | +* Regularize custom config of plugins (#1576) - Potato Hatsue |
| 30 | +* Avoid duplicating known targets and import paths (#1590) - Pepe Iborra |
| 31 | +* Update homepage and other urls for ghcide (#1580) - Felix Yan |
| 32 | +* Add custom code action kinds for import related code actions (#1570) - Potato Hatsue |
| 33 | +* Use TextEdit to insert new imports (#1554) - Potato Hatsue |
| 34 | + |
1 | 35 | ### 1.1.0 (2021-03-09) |
2 | 36 | * Add an option to control progress reporting (#1513) - Pepe Iborra |
3 | 37 | * Fix missing parens of auto extending imports (#1526) - Potato Hatsue |
|
0 commit comments