Skip to content

Commit 86652ff

Browse files
committed
Prepare pre-release 2.1.1
1 parent 5292056 commit 86652ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for vscode-haskell
22

3+
## 2.1.1 (Pre-release)
4+
5+
- Add Tool class and print stacktraces
6+
([#579](https://github.com/haskell/vscode-haskell/pull/579)) by @fendor
7+
- List Env Vars we care about only
8+
([#578](https://github.com/haskell/vscode-haskell/pull/578)) by @fendor
9+
310
## 2.1.0 (Pre-release)
411

512
- Prepare pre-release 2.1.0

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.1.0",
5+
"version": "2.1.1",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)