-
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
16 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 @@ | ||
1.8.0 | ||
1.9.0 |
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,13 @@ | ||
=> 1.9.0 | ||
|
||
# Fixes and Features | ||
|
||
- Fix typo in release.py (Brenton Bostick) | ||
- Make code lenses have the same behavior for both variants (#1825) (Raoul Wols) | ||
- Advertise that we only do "adjust indentation" for completions (Raoul Wols) | ||
- Fix inconsistency in indent adjustment behavior when completing (Raoul Wols) | ||
- Update client configuration docs (Raoul Wols) | ||
- Always clear undo stack after a mutation on any panel (#1824) (Raoul Wols) | ||
- Implement labelDetailsSupport (#1827) (Raoul Wols) | ||
- Strip carriage returns in completion insertions as well (Raoul Wols) | ||
- Pass ignore patterns obtained from ST to the file watcher (#1823) (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, 8, 0) | ||
__version__ = (1, 9, 0) |