Skip to content

Commit 5eb8ede

Browse files
committed
Merge pull request #162 from PowerShell/release/0.4.2
Prepare version 0.4.2 for release
2 parents 84cf1ff + 8fed9b6 commit 5eb8ede

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## 0.4.2
4+
### Wednesday, February 17, 2016
5+
6+
- Fixed #127: Update to PSScriptAnalyzer 1.4.0
7+
- Fixed #149: Scripts fail to launch in the debugger if working directory path contains spaces
8+
- Fixed #153: Script Analyzer integration is not working in 0.4.1 release
9+
- Fixed #159: LanguageServer.Shutdown method hangs while waiting for remaining buffered output to flush
10+
311
## 0.4.1
412
### Tuesday, February 9, 2016
513

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.4.1'
7+
core_version: '0.4.2'
88
prerelease_name: '-beta'
99

1010
branches:

Diff for: submodules/PSScriptAnalyzer

Submodule PSScriptAnalyzer updated 40 files

0 commit comments

Comments
 (0)