Skip to content

Commit 63ac41d

Browse files
authored
[Ignore] Update changelog for 1.8.4 release (#735)
1 parent 8e29349 commit 63ac41d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# PowerShell Editor Services Release History
22

3+
## v1.8.4
4+
### Friday, August 31, 2018
5+
6+
- [PowerShellEditorServices #728](https://github.com/PowerShell/PowerShellEditorServices/pulls/728) -
7+
Fix formatter crash when script contains parse errors
8+
- [PowerShellEditorServices #730](https://github.com/PowerShell/PowerShellEditorServices/pulls/730) -
9+
Fix crash where lines appended to end of script file causes out of bounds exception
10+
- [PowerShellEditorServices #732](https://github.com/PowerShell/PowerShellEditorServices/pulls/732) -
11+
Fix CodeLens crash when a file cannot be opened, stop unnecessary file reads in CodeLens
12+
- [PowerShellEditorServices #729](https://github.com/PowerShell/PowerShellEditorServices/pulls/729) -
13+
Fix a null dereference when an invalid cast exception has no inner exception
14+
- [PowerShellEditorServices #719](https://github.com/PowerShell/PowerShellEditorServices/pulls/719) -
15+
Reduce allocations in the CodeLens providers (Thanks @mattpwhite!)
16+
- [PowerShellEditorServices #725](https://github.com/PowerShell/PowerShellEditorServices/pulls/725) -
17+
Fix null dereference when debugging untitlted filesj
18+
- [PowerShellEditorServices #726](https://github.com/PowerShell/PowerShellEditorServices/pulls/726) -
19+
Fix comment-based help snippet
20+
321
## v1.8.3
422
### Wednesday, August 15, 2018
523

0 commit comments

Comments
 (0)