Skip to content

Commit 74ff1cb

Browse files
authored
Update CHANGELOG for v1.8.3 (#723)
* Update CHANGELOG for v1.8.3 * Fix typo * Fixup format
1 parent ee66654 commit 74ff1cb

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

Diff for: CHANGELOG.md

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

3+
## v1.8.3
4+
### Wednesday, August 15, 2018
5+
6+
#### Fixes and Improvements
7+
8+
- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) -
9+
Add VSTS signing step
10+
- [PowerShell/PowerShellEditorServices #717](https://github.com/PowerShell/PowerShellEditorServices/pull/717) -
11+
Increment version for prerelease
12+
- [PowerShell/PowerShellEditorServices #715](https://github.com/PowerShell/PowerShellEditorServices/pull/715) -
13+
Reduce allocations when parsing files (Thanks @mattpwhite!)
14+
315
## v1.8.2
416
### Thursday, July 26, 2018
517

@@ -8,17 +20,17 @@
820
- [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
921
workaround to support inmemory:// (#712)
1022
- [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
11-
Go To Definition works with different Ast types (#706)
23+
Go To Definition works with different Ast types
1224
- [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
13-
fix stdio passing (#707)
25+
fix stdio passing
1426
- [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) -
15-
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709)
27+
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio
1628
- [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
17-
stdio should only launch language service not debug (#710)
29+
stdio should only launch language service not debug
1830
- [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
19-
Fix load order of PSSA modules (#705)
31+
Fix load order of PSSA modules
2032
- [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) -
21-
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!)
33+
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (Thanks @bergmeister!)
2234

2335
## v1.8.1
2436
### Wednesday, July 11, 2018

0 commit comments

Comments
 (0)