-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4070-1.0.2 | ||
4070-1.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
=> 4070-1.0.3 | ||
|
||
- Strip away carriage returns (Raoul Wols) | ||
- Work around spec bugs for PowerShellEditorServices (#1181) (Raoul Wols) | ||
- Work around broken language servers for textDocument/rename (#1178) (Raoul Wols) | ||
- Import typing based on version rather than try/except (Rafał Chłodnicki) | ||
- Remove the session views lock (#1169) (Raoul Wols) | ||
- Fix broken LspResolveDocs run command (Raoul Wols) | ||
- Log panel improvements (#1167) (Raoul Wols) | ||
- Prefer to show most severe diagnostic when multiple overlap (#1168) (Rafał Chłodnicki) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 0, 2) | ||
__version__ = (1, 0, 3) |