Skip to content

Commit 30c59e0

Browse files
committed
Prepare for 1.2.0
1 parent 9525427 commit 30c59e0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.2.0
2+
3+
- Add option to open local documentation on Hackage (@DunetsNM)
4+
- Add `haskell.updateBehaviour` option to configure when to check for updates
5+
(@WorldSEnder)
6+
- Use locally installed servers on connection failure (@WorldSEnder)
7+
18
### 1.1.0
29

310
- Add Fourmolu as a plugin formatter provider (@georgefst)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "haskell",
33
"displayName": "Haskell",
4-
"description": "Haskell language support powered by the Haskell Language Server, ghcide or HIE",
5-
"version": "1.1.0",
4+
"description": "Haskell language support powered by the Haskell Language Server and ghcide",
5+
"version": "1.2.0",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)