Skip to content

Commit 3c08a62

Browse files
committed
Prepare release 2.4.2
1 parent bf55787 commit 3c08a62

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
- Add tracking of cabal files
66
([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor
77

8+
## 2.4.2
9+
10+
- Probe for GHCup binary wrt #962
11+
([#963](https://github.com/haskell/vscode-haskell/pull/963)) by @hasufell
12+
- Bump old hls version and upgrade test runner to macos-latest
13+
([#960](https://github.com/haskell/vscode-haskell/pull/960)) by @July541
14+
- Increse time limitation to make test on Windows more stable
15+
([#959](https://github.com/haskell/vscode-haskell/pull/959)) by @July541
16+
- Update release docs for refreshing CI tokens
17+
([#942](https://github.com/haskell/vscode-haskell/pull/942)) by @fendor
18+
819
## 2.4.1
920

1021
- Downgrade vscode-languageclient

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "haskell",
33
"displayName": "Haskell",
44
"description": "Haskell language support powered by the Haskell Language Server",
5-
"version": "2.5.0",
5+
"version": "2.4.2",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)