Skip to content

Commit b73493f

Browse files
authored
Merge pull request #580 from fendor/release/2.1.1
Prepare pre-release 2.1.1
2 parents 5292056 + 86652ff commit b73493f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

+7
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

+1-1
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)