Skip to content

Commit 7f0fefe

Browse files
committed
Merge pull request #231 from PowerShell/release/0.6.1
Prepare 0.6.1 release
2 parents 30f4ea8 + 7bb608b commit 7f0fefe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.6.1
4+
### Monday, May 16, 2016
5+
6+
- Fixed #221: Language server sometimes fails to initialize preventing IntelliSense, etc from working
7+
- Fixed #222: Editor commands are not receiving $host.UI prompt results
8+
39
## 0.6.0
410
### Thursday, May 12, 2016
511

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Release
44
clone_depth: 10
55

66
environment:
7-
core_version: '0.6.0'
7+
core_version: '0.6.1'
88
prerelease_name: '-beta'
99

1010
branches:

0 commit comments

Comments
 (0)