Skip to content

Commit 4db5aa0

Browse files
committed
Prepare release 2.4.2
1 parent 6c0244c commit 4db5aa0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
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+
- Add stan plugin option #1000
11+
([#1000](https://github.com/haskell/vscode-haskell/pull/1000)) by @fendor
12+
- Probe for GHCup binary wrt #962
13+
([#963](https://github.com/haskell/vscode-haskell/pull/963)) by @hasufell
14+
- Bump old hls version and upgrade test runner to macos-latest
15+
([#960](https://github.com/haskell/vscode-haskell/pull/960)) by @July541
16+
- Increase time limitation to make test on Windows more stable
17+
([#959](https://github.com/haskell/vscode-haskell/pull/959)) by @July541
18+
- Update release docs for refreshing CI tokens
19+
([#942](https://github.com/haskell/vscode-haskell/pull/942)) by @fendor
20+
821
## 2.4.1
922

1023
- 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)